예제 #1
0
        public ActionResult GeneralPaymentsLookup()
        {
            var lstGeneralPaymentsDto = _generalpaymentsService.Lookup(GroupInfo.GroupID);

            return(View(lstGeneralPaymentsDto));
        }
예제 #2
0
        public ActionResult GeneralPaymentsLookup()
        {
            var lstGeneralPaymentsDto = _groupGeneralPayemntService.Lookup(GroupInfo.GroupID, UserInfo.UserID);

            return(View(lstGeneralPaymentsDto));
        }