public ConnectorSeeder(ConnectorContext ctx, IWebHostEnvironment hosting, UserManager <User> userManager) { _ctx = ctx; _hosting = hosting; _userManager = userManager; }
public ConnectorRepository(ConnectorContext ctx) { _ctx = ctx; }