C# 클래스 Mhotivo.Controllers.ContactInformationController

상속: Controller
파일 보기 프로젝트 열기: armejiaf/Mhotivo

공개 메소드들

메소드 설명
ContactInformationController ( IContactInformationRepository contactInformationRepository, IPeopleRepository peopleRepository ) : System.Web.Mvc

비공개 메소드들

메소드 설명
Add ( ContactInformationRegisterModel modelContactInformation ) : System.Web.Mvc.ActionResult
Add ( long id ) : System.Web.Mvc.ActionResult
Delete ( long id, string control ) : System.Web.Mvc.ActionResult
Edit ( ContactInformationEditModel modelContactInformation ) : System.Web.Mvc.ActionResult

메소드 상세

ContactInformationController() 공개 메소드

public ContactInformationController ( IContactInformationRepository contactInformationRepository, IPeopleRepository peopleRepository ) : System.Web.Mvc
contactInformationRepository IContactInformationRepository
peopleRepository IPeopleRepository
리턴 System.Web.Mvc