Exemple #1
0
 public DbTopicRepository(MyDbContext myDbContext)
 {
     _dbContext = myDbContext;
 }