public List <UserRole> GetAll() { return(_userRoleDal.GetAll()); }
public List <UserRole> GetAll() { return(_UserRoleDal.GetAll().ToList()); }