Ejemplo n.º 1
0
 public RepositoryContext()
 {
     _context  = new LaboratoireContext();
     _dbEntity = _context.Set <T>();
 }
 public CategorieDAO(LaboratoireContext context, ILog logger)
 {
     this.context = context;
     this.logger  = logger;
 }
 public ChariotDAO(LaboratoireContext context, ILog logger)
 {
     this.context = context;
     this.logger  = logger;
 }
Ejemplo n.º 4
0
 public ProduitDAO(LaboratoireContext context, ILog logger)
 {
     this.context = context;
     this.logger  = logger;
 }