Exemplo n.º 1
0
 public appBaseSeeder(appBaseContext context, IHostingEnvironment hosting)
 {
     this.context = context;
     this.hosting = hosting;
 }
Exemplo n.º 2
0
 public appBaseRepository(appBaseContext context, ILogger <appBaseRepository> logger)
 {
     this.context = context;
     this.logger  = logger;
 }