Exemplo n.º 1
0
 public ReadOnlyRepository(IDbDataProvider dataProvider)
 {
     this.context = dataProvider.AsQueryable <T>();
 }