Exemplo n.º 1
0
 public void Update(Contact entity)
 {
     _contactRepository.Update(entity);
 }
Exemplo n.º 2
0
 public void Add(Contact entity)
 {
     _contactRepository.Insert(entity);
 }