Ejemplo n.º 1
0
 public MarketService(ILucrumContext context, IMarketReader marketReader)
 {
     this.context = context;
     this.marketReader = marketReader;
 }
Ejemplo n.º 2
0
 public APIService(ILucrumContext context)
 {
     this.context = context;
 }