Exemplo n.º 1
0
 public bool AddData(string name, double price)
 {
     return(_itemRepository.AddData(name, price));
 }