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