Exemplo n.º 1
0
 public void Update(RateSystem system)
 {
     this.rateSystems.Update(system);
     this.SaveChanges();
 }
Exemplo n.º 2
0
 public void Add(RateSystem system)
 {
     this.rateSystems.Add(system);
     this.SaveChanges();
 }