Example #1
0
 public EFRepository(PortalDbContext portalContext)
 {
     _portalContext = portalContext;
 }
Example #2
0
 public EFRepository(PortalDbContext marketingContext)
 {
     _dbContext = marketingContext;
 }