Exemplo n.º 1
0
 public static void DeletePaciente(string id)
 {
     _repository.DeleteOneById(Int32.Parse(id));
 }