Example #1
0
 public CommentRepository(PgContext db)
 {
     _db = db;
 }
 public PostRepository(PgContext db)
 {
     _db = db;
 }