예제 #1
0
 void IReferralsCommand.DeleteExternalReferral(Guid userId)
 {
     _repository.DeleteExternalReferral(userId);
 }