示例#1
0
 public Admin GetByID(int id)
 {
     return(_adminDal.GetById(x => x.AdminId == id));
 }