Method | Description | |
---|---|---|
Followers ( string username ) : ActionResult | ||
Followings ( string username ) : ActionResult |
Method | Description | |
---|---|---|
FollowUser ( int id ) : ActionResult | ||
UnfollowUser ( int id ) : ActionResult |
public Followers ( string username ) : ActionResult | ||
username | string | |
return | ActionResult |
public Followings ( string username ) : ActionResult | ||
username | string | |
return | ActionResult |