public ReservaQuery(IDbConnection connection, LibrarydDbContext dbContext, Compiler sqlKataCompiler) { this.connection = connection; this._dbContext = dbContext; this.sqlKataCompiler = sqlKataCompiler; }
public LibroRepository(IDbConnection connection, LibrarydDbContext dbContext, Compiler sqlKataCompiler) { this.connection = connection; this._dbContext = dbContext; this.sqlKataCompiler = sqlKataCompiler; }
public GenericsRepository(LibrarydDbContext dbContext) { _context = dbContext; }
public AlquilerRepository(LibrarydDbContext dbContext) { this._dbContext = dbContext; }