C# Class MvcExtensions.MvcExtensionsModule

Inheritance: IModule
Afficher le fichier Open project: ToJans/MVCExtensions

Méthodes publiques

Méthode Description
MvcExtensionsModule ( ) : System
Register ( Database database ) : void
Register ( Database database, bool isweb ) : void

Method Details

MvcExtensionsModule() public méthode

public MvcExtensionsModule ( ) : System
Résultat System

Register() public méthode

public Register ( Database database ) : void
database MvcExtensions.Services.Impl.FluentNHibernate.Database
Résultat void

Register() public méthode

public Register ( Database database, bool isweb ) : void
database MvcExtensions.Services.Impl.FluentNHibernate.Database
isweb bool
Résultat void