Example #1
0
 public VyayaamSeeder(VyayaamContext context, IHostingEnvironment hosting)
 {
     this.context = context;
     this.hosting = hosting;
 }
 public VyayaamRepository(VyayaamContext context, ILogger <VyayaamRepository> logger)
 {
     this.context = context;
     this.logger  = logger;
 }