Example #1
0
 public GenericRepository(ProDeExtContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public UsuarioRepository(ProDeExtContext dbContext) : base(dbContext)
 {
 }