Ejemplo n.º 1
0
 public void UpdateMarketPrice(int shelfid, double price)
 {
     _shelfRepository.UpdateMarketPrice(shelfid, price);
     return;
 }