Beispiel #1
0
 public void Update(Contact entity)
 {
     _contactRepository.Update(entity);
 }
Beispiel #2
0
 public void Add(Contact entity)
 {
     _contactRepository.Insert(entity);
 }