Exemplo n.º 1
0
 public SQLHistoryStorage(ExchangeRequestContext context)
 {
     this.Context = context;
 }
 public MoneyExchangeService(ExchangeRequestContext context)
 {
     this.history = new SQLHistoryStorage(context);
 }