Exemple #1
0
 public static DataSet GetBuyerStageRecReport(int argCCId, int argPayTypeId, DateTime argDate, int argFromActual)
 {
     return(StagewiseReceivableDL.GetBuyerStageRecReport(argCCId, argPayTypeId, argDate, argFromActual));
 }
Exemple #2
0
 public static DataSet GetProjectStageRec(int argCCId, int argPayTypeId, DateTime argDate, int argFromActual)
 {
     return(StagewiseReceivableDL.GetProjectStageRec(argCCId, argPayTypeId, argDate, argFromActual));
 }
Exemple #3
0
 public static DataTable GetBlock(int argCCId)
 {
     return(StagewiseReceivableDL.GetBlock(argCCId));
 }
Exemple #4
0
 public static DataTable GetPayment(int argCCId)
 {
     return(StagewiseReceivableDL.GetPayment(argCCId));
 }
Exemple #5
0
 public static DataTable GetProject()
 {
     return(StagewiseReceivableDL.GetProject());
 }