C# 클래스 Machete.Web.Controllers.WorkerSigninController

상속: MacheteController
파일 보기 프로젝트 열기: SavageLearning/Machete

공개 메소드들

메소드 설명
WorkerSigninController ( IWorkerSigninService workerSigninService, IWorkerService workerService, LookupCache lc ) : System

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

비공개 메소드들

메소드 설명
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.ActionResult
Delete ( int id, string userName ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
Index ( int dwccardnum, System.DateTime dateforsignin, string userName ) : System.Web.Mvc.ActionResult
ListDuplicate ( System.DateTime todaysdate, string userName ) : System.Web.Mvc.ActionResult
SigninDuplicate ( System.DateTime todaysdate, string userName ) : System.Web.Mvc.ActionResult
_getSkillCodes ( int eng, int sk1, int sk2, int sk3 ) : string
clearLottery ( int id, string userName ) : System.Web.Mvc.ActionResult
lotterySignin ( int lotterycardnum, string lotterysignindate, string userName ) : System.Web.Mvc.ActionResult
moveDown ( int id, string userName ) : System.Web.Mvc.ActionResult
moveUp ( int id, string userName ) : System.Web.Mvc.ActionResult

메소드 상세

Initialize() 보호된 메소드

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
리턴 void

WorkerSigninController() 공개 메소드

public WorkerSigninController ( IWorkerSigninService workerSigninService, IWorkerService workerService, LookupCache lc ) : System
workerSigninService IWorkerSigninService
workerService IWorkerService
lc Machete.Service.LookupCache
리턴 System