Exemplo n.º 1
0
 public bool AddNewMarket(Market market)
 {
     _marketRepository.AddMarket(market);
     return(true);
 }