예제 #1
0
 public Friendship GetFriendshipByUserLogins(string userLogin1, string userLogin2)
 {
     return(friendshipRepository.GetFriendshipByUserLogins(userLogin1, userLogin2));
 }