예제 #1
0
 public IEnumerable <UsuarioModel> Get()
 {
     return(usuarioDomain.ListUsers().ToArray());
     //return users;
 }