Exemple #1
0
 public static List <AgenciaDeViajesDTO.Entities.UsuarioDTO> GetUsuarios()
 {
     return(UsuarioDB.GetAll());
 }