Exemplo n.º 1
0
 public Market Find(int?marketId)
 {
     return(_marketRepository.Find(marketId));
 }