Exemple #1
0
 public IEnumerable <string> GetReportingCategories() =>
 _session.GetAllWithSelect <Product, string>(x => x.ReportingCategory != null && x.ReportingCategory != string.Empty,
                                             x => x.ReportingCategory, Product_BySearch.DefaultIndexName, false).Distinct().ToList();