Esempio n. 1
0
 public void UpdateLocation(Domain.ResLocation location)
 {
     _db.ResLocation.Update(Mapper.Map(location));
 }
Esempio n. 2
0
 public void AddLocation(Domain.ResLocation location)
 {
     _db.ResLocation.Add(Mapper.Map(location));
 }