コード例 #1
0
ファイル: EntityRepositoryJSON.cs プロジェクト: Zepoider/API
 public EntityRepositoryJSON()
 {
     repo = new EntityRepository <T>();
 }