C# 클래스 RestApi.Controllers.ProvisioningController

상속: Controller
파일 보기 프로젝트 열기: bouvet/BBR2015

공개 메소드들

메소드 설명
Index ( string id ) : System.Web.Mvc.ActionResult
NySpiller ( ) : System.Web.Mvc.ActionResult
NyttLag ( string id ) : System.Web.Mvc.ActionResult
ProvisioningController ( OverridableSettings settings, LagOppstillingService lagOppstillingService, CurrentMatchProvider currentMatchProvider, TilgangsKontroll tilgangsKontroll ) : System

비공개 메소드들

메소드 설명
NySpiller ( NySpillerModel model ) : System.Web.Mvc.ActionResult
NyttLag ( NyttLagModel model ) : System.Web.Mvc.ActionResult
RedirectTilForsiden ( string melding, bool erFeilmelding = true ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

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

NySpiller() 공개 메소드

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

NyttLag() 공개 메소드

public NyttLag ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

ProvisioningController() 공개 메소드

public ProvisioningController ( OverridableSettings settings, LagOppstillingService lagOppstillingService, CurrentMatchProvider currentMatchProvider, TilgangsKontroll tilgangsKontroll ) : System
settings Database.OverridableSettings
lagOppstillingService Repository.LagOppstillingService
currentMatchProvider Repository.CurrentMatchProvider
tilgangsKontroll Repository.TilgangsKontroll
리턴 System