Пример #1
0
 public System.Threading.Tasks.Task <EntertainmentNetwork.DAL.HallService.removeHallResponse> removeHallAsync(decimal arg0)
 {
     EntertainmentNetwork.DAL.HallService.removeHallRequest inValue = new EntertainmentNetwork.DAL.HallService.removeHallRequest();
     inValue.arg0 = arg0;
     return(((EntertainmentNetwork.DAL.HallService.IHallService)(this)).removeHallAsync(inValue));
 }
Пример #2
0
 public void removeHall(decimal arg0)
 {
     EntertainmentNetwork.DAL.HallService.removeHallRequest inValue = new EntertainmentNetwork.DAL.HallService.removeHallRequest();
     inValue.arg0 = arg0;
     EntertainmentNetwork.DAL.HallService.removeHallResponse retVal = ((EntertainmentNetwork.DAL.HallService.IHallService)(this)).removeHall(inValue);
 }
Пример #3
0
 System.Threading.Tasks.Task <EntertainmentNetwork.DAL.HallService.removeHallResponse> EntertainmentNetwork.DAL.HallService.IHallService.removeHallAsync(EntertainmentNetwork.DAL.HallService.removeHallRequest request)
 {
     return(base.Channel.removeHallAsync(request));
 }
Пример #4
0
 EntertainmentNetwork.DAL.HallService.removeHallResponse EntertainmentNetwork.DAL.HallService.IHallService.removeHall(EntertainmentNetwork.DAL.HallService.removeHallRequest request)
 {
     return(base.Channel.removeHall(request));
 }