C# Class Mhotivo.Controllers.ContactInformationController

Inheritance: Controller
Mostra file Open project: armejiaf/Mhotivo

Public Methods

Method Description
ContactInformationController ( IContactInformationRepository contactInformationRepository, IPeopleRepository peopleRepository ) : System.Web.Mvc

Private Methods

Method Description
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

Method Details

ContactInformationController() public method

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