예제 #1
0
파일: RoleBll.cs 프로젝트: omr111/Eticaret
 public List <Role> ListThem(Expression <Func <Role, bool> > filter)
 {
     return(_roleDal.ListThem(filter));
 }