Пример #1
0
 public GenresRepository(AppDBContext dBContext)
 {
     _dbContext = dBContext;
 }