Esempio n. 1
0
 public UserRepository(RegulationContext context)
 {
     this.db = context;
 }
Esempio n. 2
0
 public EFUnitOfWork(RegulationContext context)
 {
     //db = new RegulationContext(new DbContextOptions<RegulationContext>()); //need to correct
     db = context;
 }