コード例 #1
0
 public ActionResult GetSumInSpecificIncomeType()
 {
     return(Json(_chartService.GetAllSumsInSpecficIncomeType(_idLoggedUser), JsonRequestBehavior.AllowGet));
 }