C# Class Wam.Controllers.FollowingController

Inheritance: ApiController
显示文件 Open project: jannunzi/dev

Public Methods

Method Description
GetAllFollowing ( ) : List
GetFollowingForId ( int id ) : List
GetFollowingForSearch ( string search ) : List

Method Details

GetAllFollowing() public method

public GetAllFollowing ( ) : List
return List

GetFollowingForId() public method

public GetFollowingForId ( int id ) : List
id int
return List

GetFollowingForSearch() public method

public GetFollowingForSearch ( string search ) : List
search string
return List