public bool Save(ParkingTableOfPrice ParkingTableOfPrice)
 {
     _ParkingTableOfPriceApp.InsertOrUpdate(ParkingTableOfPrice);
     return(_connection.Save());
 }
Example #2
0
 public bool InsertOrUpdate(ParkingTableOfPrice ParkingTableOfPrice)
 {
     return(_epr.InsertOrUpdate(ParkingTableOfPrice));
 }