Example #1
0
 public IEnumerable <Booth> GetBoothByCounter(string counterId)
 {
     return(_boothRepository.GetBoothsByCounter(counterId));
 }