Ejemplo n.º 1
0
 public List <UserRole> GetAll()
 {
     return(_userRoleDal.GetAll());
 }
Ejemplo n.º 2
0
 public List <UserRole> GetAll()
 {
     return(_UserRoleDal.GetAll().ToList());
 }