Ejemplo n.º 1
0
 public ArtSeeder(ArtContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
Ejemplo n.º 2
0
 public ArtRepository(ArtContext ctx, ILogger <ArtRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }