Example #1
0
 public static DataSet GetBlockReceiptType(int argCCId, int argBlockId, DateTime argDate)
 {
     return(MISDL.GetBlockReceiptType(argCCId, argBlockId, argDate));
 }