Exemplo n.º 1
0
 public BaseResponse <EventUserNotify> AddEventUserNotify(EventUserNotify model)
 {
     return(calendarService.AddEventUserNotify(model));
 }