Example #1
0
 public IHttpActionResult AocaByStatusId(string id, int year, int month)
 {
     return(Ok(_dashboardService.AocaByStatusId(User.Identity.GetUserLoginInfo(), id, year, month)));
 }