public List<Disbursement> getDisbursement(string DeptID, string CPID, string DisID, string startdate, string enddate)
 {
     BusinessLogic.DisbursementController BL = new BusinessLogic.DisbursementController();
     return BL.getDisbursement(DeptID, CPID, DisID, startdate, enddate);
 }
Ejemplo n.º 2
0
 public List <Disbursement> getDisbursement(string DeptID, string CPID, string DisID, string startdate, string enddate)
 {
     BusinessLogic.DisbursementController BL = new BusinessLogic.DisbursementController();
     return(BL.getDisbursement(DeptID, CPID, DisID, startdate, enddate));
 }