C# Class Felbook.Controllers.UserController

Inheritance: FelbookController
Afficher le fichier Open project: janmarek/Felbook

Méthodes publiques

Méthode Description
Followers ( string username ) : ActionResult
Followings ( string username ) : ActionResult

Private Methods

Méthode Description
FollowUser ( int id ) : ActionResult
UnfollowUser ( int id ) : ActionResult

Method Details

Followers() public méthode

public Followers ( string username ) : ActionResult
username string
Résultat ActionResult

Followings() public méthode

public Followings ( string username ) : ActionResult
username string
Résultat ActionResult