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