Example #1
0
 public IEnumerable <Tip> GetRandom(int maxItem)
 {
     return(_tipRepository.GetRandomItemsByQuantity(maxItem));
 }