C# Class BinaryStudio.ClientManager.WebUi.Controllers.ClientsController

Inheritance: Controller
Afficher le fichier Open project: titarenko/ClientManager Class Usage Examples

Méthodes publiques

Méthode Description
ClientsController ( IRepository repository ) : System.IO
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
MailingHistory ( int id ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
AddPhoto ( int id, System.Web.HttpPostedFileBase photo ) : System.Web.Mvc.ActionResult
Edit ( int id, Person client ) : System.Web.Mvc.ActionResult

Method Details

ClientsController() public méthode

public ClientsController ( IRepository repository ) : System.IO
repository IRepository
Résultat System.IO

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

MailingHistory() public méthode

public MailingHistory ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult