C# 클래스 Felbook.Controllers.UserController

상속: FelbookController
파일 보기 프로젝트 열기: janmarek/Felbook

공개 메소드들

메소드 설명
Followers ( string username ) : ActionResult
Followings ( string username ) : ActionResult

비공개 메소드들

메소드 설명
FollowUser ( int id ) : ActionResult
UnfollowUser ( int id ) : ActionResult

메소드 상세

Followers() 공개 메소드

public Followers ( string username ) : ActionResult
username string
리턴 ActionResult

Followings() 공개 메소드

public Followings ( string username ) : ActionResult
username string
리턴 ActionResult