Пример #1
0
 public System.Threading.Tasks.Task <TicketManagement.BusinessLogic.Dto.AreaDto> CreateAreaAsync(TicketManagement.BusinessLogic.Dto.AreaDto input)
 {
     return(base.Channel.CreateAreaAsync(input));
 }
Пример #2
0
 public TicketManagement.BusinessLogic.Dto.AreaDto CreateArea(TicketManagement.BusinessLogic.Dto.AreaDto input)
 {
     return(base.Channel.CreateArea(input));
 }