Exemple #1
0
 public PostRepository()
 {
     _dbContext = new PostDbContext();
 }