Method | 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 |
Method | Description | |
---|---|---|
AddPhoto ( int id, System.Web.HttpPostedFileBase photo ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, |
public ClientsController ( IRepository repository ) : System.IO | ||
repository | IRepository | |
return | System.IO |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public MailingHistory ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |