public DailyTrustNodeService(SoftwareDbContext db) { this.db = db; }
public StudentService(SoftwareDbContext db) { this.db = db; }
public PoolHashRateService(SoftwareDbContext db) { this.db = db; }