Beispiel #1
0
 public Referral GetById(string business_id, string id)
 {
     return(_referralRepository.GetById(business_id, id));
 }