Newer
Older
/**
*/
define([ "stjs" ], function(stjs) {
var IOperationResult = function() {
};
stjs.extend(IOperationResult, null, [], null, {});
return IOperationResult;
})
/**
*/
define([ "stjs" ], function(stjs) {
var IOperationResult = function() {
};
stjs.extend(IOperationResult, null, [], null, {});
return IOperationResult;
})