Пример #1
0
 public void UpdateLocation(Domain.ResLocation location)
 {
     _db.ResLocation.Update(Mapper.Map(location));
 }
Пример #2
0
 public void AddLocation(Domain.ResLocation location)
 {
     _db.ResLocation.Add(Mapper.Map(location));
 }