Ejemplo n.º 1
0
 public City GetOne(Expression <Func <City, bool> > filter)
 {
     return(_cityDal.GetOne(filter));
 }