예제 #1
0
 public void Registre(Pessoa item)
 {
     _repository.AddOrUpdate(item);
     _repository.Save();
 }