Esempio n. 1
0
 public System.Threading.Tasks.Task <EntertainmentNetwork.DAL.ShowService.removeShowResponse> removeShowAsync(decimal arg0)
 {
     EntertainmentNetwork.DAL.ShowService.removeShowRequest inValue = new EntertainmentNetwork.DAL.ShowService.removeShowRequest();
     inValue.arg0 = arg0;
     return(((EntertainmentNetwork.DAL.ShowService.IShowService)(this)).removeShowAsync(inValue));
 }
Esempio n. 2
0
 public void removeShow(decimal arg0)
 {
     EntertainmentNetwork.DAL.ShowService.removeShowRequest inValue = new EntertainmentNetwork.DAL.ShowService.removeShowRequest();
     inValue.arg0 = arg0;
     EntertainmentNetwork.DAL.ShowService.removeShowResponse retVal = ((EntertainmentNetwork.DAL.ShowService.IShowService)(this)).removeShow(inValue);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <EntertainmentNetwork.DAL.ShowService.removeShowResponse> EntertainmentNetwork.DAL.ShowService.IShowService.removeShowAsync(EntertainmentNetwork.DAL.ShowService.removeShowRequest request)
 {
     return(base.Channel.removeShowAsync(request));
 }
Esempio n. 4
0
 EntertainmentNetwork.DAL.ShowService.removeShowResponse EntertainmentNetwork.DAL.ShowService.IShowService.removeShow(EntertainmentNetwork.DAL.ShowService.removeShowRequest request)
 {
     return(base.Channel.removeShow(request));
 }