public PKSeeder(PKContext context, IWebHostEnvironment hosting, UserManager <PKUser> userManager) { _context = context; _hosting = hosting; _userManager = userManager; }
public PKRepository(PKContext context) { _context = context; }