コード例 #1
0
 public IHttpActionResult AocaByRating(string id, string month)
 {
     return(Ok(_dashboardService.AocaByRating(id, month)));
 }