Пример #1
0
 public IHttpActionResult getMonthlyByDays(int year, int month)
 {
     return(Ok(TimeUnit.DailyReportForMonth(year, month)));
 }