예제 #1
0
 public ComicManagerSeeder(ComicManagerContext ctx, IHostingEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }
예제 #2
0
 public ComicRepository(ComicManagerContext ctx)
 {
     _ctx = ctx;
 }