Ejemplo n.º 1
0
 public IHttpActionResult GetSetMonthlyReports(int id, string date, string text, int type)
 {
     return(Ok(LessonsService.GetSetMonthlyReports(id, date, text, type)));
 }