C# Class OzarkRecovery.Web.Controllers.ClientController

Inheritance: BaseController
Exibir arquivo Open project: ozarkrecovery/TracerBullet

Private Properties

Property Type Description
Add System.Web.Mvc.ActionResult

Public Methods

Method Description
Add ( ) : System.Web.Mvc.ActionResult
ClientController ( IRepository repository, ITreatmentStrategy strategy ) : System
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Show ( int id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Add ( ClientAddModel model ) : System.Web.Mvc.ActionResult

Method Details

Add() public method

public Add ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ClientController() public method

public ClientController ( IRepository repository, ITreatmentStrategy strategy ) : System
repository IRepository
strategy ITreatmentStrategy
return System

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Show() public method

public Show ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult