Exemplo n.º 1
0
 public TicketManagement.BusinessLogic.Dto.EventDto CreateEvent(TicketManagement.BusinessLogic.Dto.EventInputDto input)
 {
     return(base.Channel.CreateEvent(input));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <TicketManagement.BusinessLogic.Dto.EventDto> EditEventAsync(TicketManagement.BusinessLogic.Dto.EventInputDto input)
 {
     return(base.Channel.EditEventAsync(input));
 }