MongoServices 0.2.0
A Service/Repository Framework for mongoDB
|
Defines an initializer class for a MongoServicesModel. This class will be called when the MongoServicesConfig.Initialize() method is executed. More...
Public Member Functions | |
void | Setup () |
This will be called by MongoServicesConfig.Initialize(). |
Defines an initializer class for a MongoServicesModel. This class will be called when the MongoServicesConfig.Initialize() method is executed.
Any class implementing this interface must have a parameterless constructor.
Definition at line 12 of file IMongoServicesModelInitializer.cs.
void MongoServices.IMongoServicesModelInitializer.Setup | ( | ) |
This will be called by MongoServicesConfig.Initialize().