Example #1
0
 public int AddTax(PmsEntity.Tax tax)
 {
     return(DalFactory.AddTax(tax));
 }