Ejemplo n.º 1
0
 public void Update(UserCity c)
 {
     _repository.Update(c);
     CacheManager.Remove(UserCityKey);
 }
Ejemplo n.º 2
0
 public void Add(UserCity c)
 {
     _repository.Add(c);
     CacheManager.Remove(UserCityKey);
 }