Exemplo n.º 1
0
        public ActionResult GeneralPaymentsLookup()
        {
            var lstGeneralPaymentsDto = _generalpaymentsService.Lookup(GroupInfo.GroupID);

            return(View(lstGeneralPaymentsDto));
        }
Exemplo n.º 2
0
        public ActionResult GeneralPaymentsLookup()
        {
            var lstGeneralPaymentsDto = _groupGeneralPayemntService.Lookup(GroupInfo.GroupID, UserInfo.UserID);

            return(View(lstGeneralPaymentsDto));
        }