C# 클래스 JelloScrum.Web.Controllers.DatabaseController

상속: JelloScrumControllerBase
파일 보기 프로젝트 열기: auxilium/JelloScrum

공개 메소드들

메소드 설명
CreateData ( ) : void

Creates the data.

CreateDatabase ( ) : void

Creates the database.

Index ( ) : void
Toeter ( ) : void

비공개 메소드들

메소드 설명
RandomNumber ( int min, int max ) : int

Returns a random number.

메소드 상세

CreateData() 공개 메소드

Creates the data.
public CreateData ( ) : void
리턴 void

CreateDatabase() 공개 메소드

Creates the database.
public CreateDatabase ( ) : void
리턴 void

Index() 공개 메소드

public Index ( ) : void
리턴 void

Toeter() 공개 메소드

public Toeter ( ) : void
리턴 void