Exemplo n.º 1
0
 public IHttpActionResult GetCompanyReport(int year, int month)
 {
     return(Ok(TimeUnit.GetCompanyReport(year, month, TimeFactory)));
 }
Exemplo 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)));
 }