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