Esempio n. 1
0
 public static DataSet GetBuyerStageRecReport(int argCCId, int argPayTypeId, DateTime argDate, int argFromActual, string argBusinessType)
 {
     return(MISDL.GetBuyerStageRecReport(argCCId, argPayTypeId, argDate, argFromActual, argBusinessType));
 }