public System.Threading.Tasks.Task <TicketManagement.BusinessLogic.Dto.AreaDto> CreateAreaAsync(TicketManagement.BusinessLogic.Dto.AreaDto input) { return(base.Channel.CreateAreaAsync(input)); }
public TicketManagement.BusinessLogic.Dto.AreaDto CreateArea(TicketManagement.BusinessLogic.Dto.AreaDto input) { return(base.Channel.CreateArea(input)); }