Ejemplo n.º 1
0
 public List <Patente> ObtenerPatentesDeUsuario(int usuarioId)
 {
     return(usuarioDAL.ObtenerPatentesDeUsuario(usuarioId));
 }