C# Class Revolution.Api.Api_Callbacks.ApiDatabaseCallback

Inheritance: IApiable
显示文件 Open project: ZakAmirz/RevEmu

Private Properties

Property Type Description

Public Methods

Method Description
GetDatabase ( ) : Revolution.Database.NHibernateManager

Gives the API Caller, a new callback with a fresh new instance of the NHibernate Manager

Method Details

GetDatabase() public method

Gives the API Caller, a new callback with a fresh new instance of the NHibernate Manager
public GetDatabase ( ) : Revolution.Database.NHibernateManager
return Revolution.Database.NHibernateManager