コード例 #1
0
 public ReadOnlyRepository(IDbDataProvider dataProvider)
 {
     this.context = dataProvider.AsQueryable <T>();
 }