コード例 #1
0
 public HomeController(SandSContext db)
 {
     _db = db;
 }
コード例 #2
0
 public TestHub(SandSContext db)
 {
     _db = db;
 }