Пример #1
0
 public List <City> ListThem(Expression <Func <City, bool> > filter = null)
 {
     return(_cityDal.ListThem(filter));
 }