Ejemplo n.º 1
0
 public BaseResponse <EventGoogleEvent> AddEventGoogle(EventGoogleEvent model)
 {
     return(calendarService.AddEventGoogle(model));
 }