C# Class OzarkRecovery.Web.Controllers.CounselorController

Inheritance: BaseController
Exibir arquivo Open project: ozarkrecovery/TracerBullet Class Usage Examples

Public Methods

Method Description
Add ( ) : System.Web.Mvc.ActionResult
CounselorController ( IRepository repository ) : System
Index ( ) : System.Web.Mvc.ActionResult
Show ( int id ) : System.Web.Mvc.ActionResult

Private Methods

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

Method Details

Add() public method

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

CounselorController() public method

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

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