C# 클래스 WhoCanHelpMe.Web.Controllers.Profile.ProfileController

상속: BaseController
파일 보기 프로젝트 열기: jongeorge1/Who-Can-Help-Me

공개 메소드들

메소드 설명
ProfileController ( IIdentityService identityService, IProfileTasks userTasks, ICategoryTasks categoryTasks, ViewProfilePageViewModel>.IMapper viewProfilePageViewModelMapper, IMapper updateProfilePageViewModelMapper, ICreateProfilePageViewModelBuilder createProfilePageViewModelBuilder ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateProfileFormModel formModel ) : System.Web.Mvc.ActionResult
Delete ( ) : System.Web.Mvc.ActionResult
DeleteAssertion ( int assertionId ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Update ( ) : System.Web.Mvc.ActionResult
Update ( AddAssertionFormModel formModel ) : System.Web.Mvc.ActionResult
View ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

ProfileController() 공개 메소드

public ProfileController ( IIdentityService identityService, IProfileTasks userTasks, ICategoryTasks categoryTasks, ViewProfilePageViewModel>.IMapper viewProfilePageViewModelMapper, IMapper updateProfilePageViewModelMapper, ICreateProfilePageViewModelBuilder createProfilePageViewModelBuilder ) : System.Collections.Generic
identityService IIdentityService
userTasks IProfileTasks
categoryTasks ICategoryTasks
viewProfilePageViewModelMapper ViewProfilePageViewModel>.IMapper
updateProfilePageViewModelMapper IMapper
createProfilePageViewModelBuilder ICreateProfilePageViewModelBuilder
리턴 System.Collections.Generic