Esempio n. 1
0
 public IHttpActionResult GetCompanyReport(int year, int month)
 {
     return(Ok(TimeUnit.GetCompanyReport(year, month, TimeFactory)));
 }
Esempio n. 2
0
 public IHttpActionResult GetCompanyReport(int year, int month)
 {
     //if (TimeUnit.Teams.Get(teamId) == null) return NotFound();
     return(Ok(TimeUnit.GetCompanyReport(year, month, TimeFactory)));
 }