Exemplo n.º 1
0
 MemberProfile IProfilesQuery.GetMemberProfile(Guid memberId)
 {
     return(_repository.GetMemberProfile(memberId));
 }