Example #1
0
 MemberProfile IProfilesQuery.GetMemberProfile(Guid memberId)
 {
     return(_repository.GetMemberProfile(memberId));
 }