Exemple #1
0
 public void AddOrUpdate(Crm entity)
 {
     _repository.AddOrUpdate(entity);
 }