C# 클래스 BinaryStudio.TaskManager.Web.Controllers.LandingController

상속: Controller
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
LandingController ( IProjectRepository projectRepository, IUserRepository userRepository, ITaskProcessor taskProcessor, IStringExtensions stringExtensions, IProjectProcessor projectProcessor, INotifier notifier, INewsProcessor newsProcessor ) : System

비공개 메소드들

메소드 설명
AddProject ( string projectName ) : System.Web.Mvc.ActionResult
CreateTask ( LandingCreateTaskModel model ) : void
DeleteProject ( int projectId ) : void
GetTasks ( int projectId, string taskGroup ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LandingController() 공개 메소드

public LandingController ( IProjectRepository projectRepository, IUserRepository userRepository, ITaskProcessor taskProcessor, IStringExtensions stringExtensions, IProjectProcessor projectProcessor, INotifier notifier, INewsProcessor newsProcessor ) : System
projectRepository IProjectRepository
userRepository IUserRepository
taskProcessor ITaskProcessor
stringExtensions IStringExtensions
projectProcessor IProjectProcessor
notifier INotifier
newsProcessor INewsProcessor
리턴 System