示例#1
0
 public BlogPostQuery(AppDb db)
 {
     Db = db;
 }
示例#2
0
 internal BlogPost(AppDb db)
 {
     Db = db;
 }