public HostRoleAndUserCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }
Example #2
0
 public DefaultSettingsCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }
 public DefaultLanguagesCreator(QuickeeShopDbContext context)
 {
     _context = context;
 }