Beispiel #1
0
 public UsuariosVO FindById(int id)
 {
     return(_converter.Parse(_repository.FindById(id)));
 }