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