コード例 #1
0
ファイル: SexDirectory.cs プロジェクト: Shiloff/terem
 protected override IEnumerable <SexItem> GetData()
 {
     return(_repository.GetSex());
 }