Метод | Описание | |
---|---|---|
My ( ) : System.Web.Mvc.ActionResult | ||
ProfileController ( IUsersService users ) : System.Collections.Generic | ||
UserProfile ( string id ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Edit ( BasicAccountInfoViewModel model ) : System.Web.Mvc.ActionResult |
public My ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public ProfileController ( IUsersService users ) : System.Collections.Generic | ||
users | IUsersService | |
Результат | System.Collections.Generic |
public UserProfile ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
Результат | System.Web.Mvc.ActionResult |