示例#1
0
 public IEnumerable <Education> GetAllWithResume()
 {
     return(_educationDal.GetAllWithResume().ToList());
 }