Exemplo n.º 1
0
 public IQueryable <Market> GetSingle(int?marketId)
 {
     return(_marketRepository.GetSingle(marketId));
 }