Example #1
0
 public IReadOnlyList <Window> GetAll()
 {
     return(_fetcher.FetchAll().Where(x => _filter.IsSatisfied(x)).ToList());
 }