Example #1
0
 public IHttpActionResult GetMonthlyReport(int year, int month)
 {
     return(Ok(TimeUnit.GetMonthlyReport(year, month, TimeFactory)));
 }