예제 #1
0
 public ADMCompositeType GetDataUsingDataContract(ADMCompositeType composite)
 {
     // NOTE! Business logic is properly routed from service layer to business logic layer
     return(BusinessLogicHandler.ADMService_GetDataUsingDataContract(composite));
 }
예제 #2
0
 public string GetData(int value)
 {
     // NOTE! Business logic is properly routed from service layer to business logic layer
     return(BusinessLogicHandler.ADMService_GetData(value));
 }