示例#1
0
 internal IEnumerable <Knight> GetAll()
 {
     return(_repo.GetAll());
 }