Example #1
0
 public System.Threading.Tasks.Task CreateSeatsAsync(TicketManagement.BusinessLogic.Dto.SeatDto input)
 {
     return(base.Channel.CreateSeatsAsync(input));
 }
Example #2
0
 public void CreateSeats(TicketManagement.BusinessLogic.Dto.SeatDto input)
 {
     base.Channel.CreateSeats(input);
 }