예제 #1
0
파일: CityBll.cs 프로젝트: omr111/Eticaret
 public City GetOne(Expression <Func <City, bool> > filter)
 {
     return(_cityDal.GetOne(filter));
 }