Пример #1
0
 public async Task <IEnumerable <Referral> > GetReferralsByCustomerIsNull(int limit)
 {
     return(await _referralRepository.GetReferralsByCustomerIsNull(limit));
 }