public DailyTrustNodeService(SoftwareDbContext db)
 {
     this.db = db;
 }
Exemple #2
0
 public StudentService(SoftwareDbContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public PoolHashRateService(SoftwareDbContext db)
 {
     this.db = db;
 }