コード例 #1
0
 public PersonQuery(AppDb db)
 {
     Db = db;
 }
コード例 #2
0
 public football_matchQuery(AppDb db)
 {
     Db = db;
 }