예제 #1
0
 public Repository(NewApiContext _newApiContext)
 {
     db    = _newApiContext;
     dbSet = db.Set <TEntity>();
 }
예제 #2
0
 public PessoaRepository(NewApiContext context)
     : base(context)
 {
 }
예제 #3
0
 public CarRepository(NewApiContext context)
     : base(context)
 {
 }