Ejemplo n.º 1
0
 public IEnumerable <SumOfAmountOutgoingType> SumsInSpecficOutgoingTypeNumberOfWeeks(int weeks, string userId)
 {
     return(PrepereSumOfAmountInTypes(_outGoingService.GetOutgoingsByNumberOfWeeks(weeks, userId), userId));
 }
 public virtual ActionResult GetOutgoingsByNumberOfWeeks(int?weeks)
 {
     return(Json(_outGoingService.GetOutgoingsByNumberOfWeeks(weeks.GetValueOrDefault(0), _idLoggedUser), JsonRequestBehavior.AllowGet));
 }