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