Exemplo n.º 1
0
 public async Task <CurrencySaleDto> SetCurrency(ISterategyPatternCurrencyType currencyType, ICurrencySaleRepository saleRepository, ICurrencySalePiDetailRepository salePiDetailRepository, CurrencySale currencySale)
 {
     _currencyType = currencyType;
     return(await _currencyType.GetViewDataFromCurrency(saleRepository, salePiDetailRepository, currencySale));
 }
Exemplo n.º 2
0
 public ContextCurrencyType(ISterategyPatternCurrencyType currencyType)
 {
     this._currencyType = currencyType;
 }