Exemple #1
0
 public int AddReceiptPlan(BllReceiptPlanTable model)
 {
     return(dal.AddReceiptPlan(model));
 }