C# Class TaskNotes.Controllers.TasksController

Inheritance: Controller
显示文件 Open project: fkalseth/tasknotes

Public Methods

Method Description
All ( ) : System.Web.Mvc.ViewResult
TasksController ( TaskDtoRepository tasks ) : System

Method Details

All() public method

public All ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

TasksController() public method

public TasksController ( TaskDtoRepository tasks ) : System
tasks TaskDtoRepository
return System