Initial import, work in progress restbuck example. Only support create

a resource
This commit is contained in:
jvelilla
2011-09-22 09:29:59 -03:00
parent 8291905da1
commit 888bc61522
13 changed files with 1185 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
note
description: "Summary description for {SHARED_ORDER_VALIDATION}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
SHARED_ORDER_VALIDATION
feature
order_validation : ORDER_VALIDATION
once
create Result
end
end