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