コード例 #1
0
 public IEnumerable <Instructor> EagerGetAll()
 {
     return(_repository.EagerGetAll());
 }