public IHttpActionResult getMonthlyByDays(int year, int month) { return(Ok(TimeUnit.DailyReportForMonth(year, month))); }