示例#1
0
 public List <Engineer> FindAll()
 {
     return(repo.FindAll().ToList());
 }