public JotaRepository(JotaContext context) { this.context = context; }
public JotaSeeder(JotaContext context, IHostingEnvironment hosting) { this.context = context; this.hosting = hosting; }