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