public ActionResult GeneralPaymentsLookup() { var lstGeneralPaymentsDto = _generalpaymentsService.Lookup(GroupInfo.GroupID); return(View(lstGeneralPaymentsDto)); }
public ActionResult GeneralPaymentsLookup() { var lstGeneralPaymentsDto = _groupGeneralPayemntService.Lookup(GroupInfo.GroupID, UserInfo.UserID); return(View(lstGeneralPaymentsDto)); }