C# Class OzarkRecovery.Web.Controllers.TreatmentController

Inheritance: BaseController
Exibir arquivo Open project: ozarkrecovery/TracerBullet

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Progress ( int id ) : System.Web.Mvc.ActionResult
Show ( int clientId, int treatmentNumber ) : System.Web.Mvc.ActionResult
TreatmentController ( IRepository repository ) : System

Method Details

Index() public method

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

Progress() public method

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

Show() public method

public Show ( int clientId, int treatmentNumber ) : System.Web.Mvc.ActionResult
clientId int
treatmentNumber int
return System.Web.Mvc.ActionResult

TreatmentController() public method

public TreatmentController ( IRepository repository ) : System
repository IRepository
return System