Пример #1
0
 public GenericRepository(ExchangeRateBotContext context)
 {
     this.context = context;
     dbSet        = context.Set <TEntity>();
 }