public void Update(Contact entity) { _contactRepository.Update(entity); }
public void Add(Contact entity) { _contactRepository.Insert(entity); }