Example #1
0
 public int Add(BllTransferReceiptTable TRModel)
 {
     return(dal.Add(TRModel));
 }