Exemplo n.º 1
0
 public Market GetById(long Id)
 {
     return(_marketRepository.GetByID(Id));
 }