Beispiel #1
0
 public EditarTelaQueryResult Editar(int id)
 {
     return(_repository.Editar(id));
 }