public HostRoleAndUserCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public DefaultSettingsCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }