예제 #1
0
 public IEnumerable <FriendRequest> GetFriendRequestsOfUser(int userid)
 {
     return(_repo.GetFriendRequestsOfUser(userid));
 }