C# 클래스 EnterpriseProject.Models.FriendshipRepository

파일 보기 프로젝트 열기: feedme/FeedMe

공개 메소드들

메소드 설명
Add ( Friendship f ) : void
GetFriendship ( System.Guid FriendshipId ) : Friendship
ListAllFriendships ( System.Guid UserId ) : IQueryable
Save ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Friendship f ) : void
f Friendship
리턴 void

GetFriendship() 공개 메소드

public GetFriendship ( System.Guid FriendshipId ) : Friendship
FriendshipId System.Guid
리턴 Friendship

ListAllFriendships() 공개 메소드

public ListAllFriendships ( System.Guid UserId ) : IQueryable
UserId System.Guid
리턴 IQueryable

Save() 공개 메소드

public Save ( ) : void
리턴 void