Example #1
0
 public async Task <IEnumerable <Referral> > GetReferralsByCustomer(string business_id, string customer_id, Paging page)
 {
     return(await _referralRepository.GetReferralsByCustomer(business_id, customer_id, page));
 }