Exemplo n.º 1
0
 public async Task <IEnumerable <Counterparty> > GetCounterpartiesByPricingMethodAndDealTypeAsync(string companyId, PricingMethod pricingMethod, DealType dealType)
 {
     return(await _masterDataRepository.GetCounterpartiesByPricingMethodAndDealTypeAsync(companyId, pricingMethod, dealType));
 }