示例#1
0
 AffiliationReferral IReferralsQuery.GetAffiliationReferral(Guid refereeId)
 {
     return(_repository.GetAffiliationReferral(refereeId));
 }