public CheckIdService(BetPlusDbContext db)
 {
     this.db = db;
 }
示例#2
0
 public SportService(BetPlusDbContext db, ICheckIdService checkIdService)
 {
     this.db             = db;
     this.checkIdService = checkIdService;
 }