예제 #1
0
 public System.Threading.Tasks.Task <Prollux.CustomerAdmin.Test.ProlluxCustomerAdminService.ResultData> IsValidClientAsync(Prollux.CustomerAdmin.Test.ProlluxCustomerAdminService.ClientData composite)
 {
     return(base.Channel.IsValidClientAsync(composite));
 }
예제 #2
0
 public Prollux.CustomerAdmin.Test.ProlluxCustomerAdminService.ResultData IsValidClient(Prollux.CustomerAdmin.Test.ProlluxCustomerAdminService.ClientData composite)
 {
     return(base.Channel.IsValidClient(composite));
 }