C# Class Mhotivo.Controllers.ContactInformationController

Inheritance: Controller
Afficher le fichier Open project: armejiaf/Mhotivo

Méthodes publiques

Méthode Description
ContactInformationController ( IContactInformationRepository contactInformationRepository, IPeopleRepository peopleRepository ) : System.Web.Mvc

Private Methods

Méthode 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 méthode

public ContactInformationController ( IContactInformationRepository contactInformationRepository, IPeopleRepository peopleRepository ) : System.Web.Mvc
contactInformationRepository IContactInformationRepository
peopleRepository IPeopleRepository
Résultat System.Web.Mvc