Configure() защищенный Метод

Override to configure the framework and setup your IoC container.
protected Configure ( ) : void
Результат void
Пример #1
0
 protected override void Configure()
 {
     _bootstrapper = new Bootstrapper();
     _bootstrapper.Configure();
 }