C# Class JelloScrum.Web.Controllers.DatabaseController

Inheritance: JelloScrumControllerBase
Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Méthode Description
CreateData ( ) : void

Creates the data.

CreateDatabase ( ) : void

Creates the database.

Index ( ) : void
Toeter ( ) : void

Private Methods

Méthode Description
RandomNumber ( int min, int max ) : int

Returns a random number.

Method Details

CreateData() public méthode

Creates the data.
public CreateData ( ) : void
Résultat void

CreateDatabase() public méthode

Creates the database.
public CreateDatabase ( ) : void
Résultat void

Index() public méthode

public Index ( ) : void
Résultat void

Toeter() public méthode

public Toeter ( ) : void
Résultat void