コード例 #1
0
 public IEnumerable <Director> GetAll()
 {
     return(_directorRepository.GetAllEager());
 }