Exemplo n.º 1
0
 public IEnumerable <Booth> GetBoothByCounter(string counterId)
 {
     return(_boothRepository.GetBoothsByCounter(counterId));
 }