예제 #1
0
 public List <UserRelationship> GetForUsername(string userName)
 {
     return(_userRelationshipRepository.GetForUsername(userName));
 }