Exemplo n.º 1
0
 public SqlRepository(IDbReaderContext context)
 {
     _content = context;
 }
Exemplo n.º 2
0
 public BaseRepository(IDbReaderContext readerContext, IDbWriterContext writerContent) : base(readerContext, writerContent)
 {
 }