예제 #1
0
 public ArtSeeder(ArtContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
예제 #2
0
 public ArtRepository(ArtContext ctx, ILogger <ArtRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }