Example #1
0
 public RepositorioBase(ContextoOldLot dbContext)
 {
     this.Db      = dbContext;
     this.Colecao = dbContext.Set <TEntity>();
 }
Example #2
0
 public RepositorioVeiculo(ContextoOldLot dbContext) : base(dbContext)
 {
 }
Example #3
0
 public RepositorioFabricante(ContextoOldLot dbContext) : base(dbContext)
 {
 }