Exemplo n.º 1
0
 public TickerRepository(CoinServiceContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 protected Repository(CoinServiceContext context)
 {
     this.context = context;
 }