Exemplo n.º 1
0
 public DTO.ResponseService <string> DeleteHoliday(string date)
 {
     return(svc.DeleteHoliday(date));
 }