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