Ejemplo n.º 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));
 }
 public static ADMCompositeType ADMService_GetDataUsingDataContract(ADMCompositeType composite)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public static ADMCompositeType ADMService_GetDataUsingDataContract(ADMCompositeType composite)
 {
     throw new NotImplementedException();
 }