Exemplo n.º 1
0
 public ReservaQuery(IDbConnection connection, LibrarydDbContext dbContext, Compiler sqlKataCompiler)
 {
     this.connection      = connection;
     this._dbContext      = dbContext;
     this.sqlKataCompiler = sqlKataCompiler;
 }
Exemplo n.º 2
0
 public LibroRepository(IDbConnection connection, LibrarydDbContext dbContext, Compiler sqlKataCompiler)
 {
     this.connection      = connection;
     this._dbContext      = dbContext;
     this.sqlKataCompiler = sqlKataCompiler;
 }
Exemplo n.º 3
0
 public GenericsRepository(LibrarydDbContext dbContext)
 {
     _context = dbContext;
 }
Exemplo n.º 4
0
 public AlquilerRepository(LibrarydDbContext dbContext)
 {
     this._dbContext = dbContext;
 }