Example #1
0
 public BookWatchRepository(BookWatchContext ctx,
                            ILogger <BookWatchRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }
Example #2
0
 public BookWatchSeeder(BookWatchContext ctx, IWebHostEnvironment hosting)
 {
     _ctx     = ctx;
     _hosting = hosting;
 }