예제 #1
0
 public Task UpdateSelectedPriceState(string sku, int priceId)
 {
     return(_priceRepository.ChangeActiveState(sku, priceId));
 }