Exemplo n.º 1
0
 public IHttpActionResult GetAocaScoreSummary(int id, int year, int month)
 {
     return(Ok(_dashboardService.AocaSummaryScorewise(User.Identity.GetUserLoginInfo(), id, year, month)));
 }