Exemplo n.º 1
0
 public IQueryable <UserPreference> GetUserPreferences()
 {
     return(_userPreferenceRepository.GetAll());
 }