Beispiel #1
0
 public List <UsuariosVO> FindAll()
 {
     return(_converter.ParseList(_repository.FindAll()));
 }