public string SayHi(MyComposite customParam) { // NOTE! Business logic is properly routed from service layer to business logic layer return(BusinessLogicHandler.ADMCompletedDemoService_SayHi(customParam)); }
public string GetData(int value, int value2) { // NOTE! Business logic is properly routed from service layer to business logic layer return(BusinessLogicHandler.ADMCompletedDemoService_GetData(value, value2)); }