Ejemplo n.º 1
0
 public ActionResult GetSumInSpecificOutgoingType()
 {
     return(Json(_chartService.GetAllSumsInSpecficOutgoingType(_idLoggedUser), JsonRequestBehavior.AllowGet));
 }