Example #1
0
 public DbService(s19267Context context)
 {
     this.context = context;
 }
Example #2
0
 public EfDbService(s19267Context s19267Context)
 {
     _dbContext = s19267Context;
 }