Beispiel #1
0
 public MigrationsContext(DbContextOptions <MigrationsContext> options) : base(options)
 {
     _productMapper = new ProductsMapping();
 }
Beispiel #2
0
 protected MainContext(ISessionManager sessionManager)
 {
     _sessionManager = sessionManager;
     _productMapper  = new ProductsMapping();
 }