Ejemplo n.º 1
0
 public void application_service_registrations_win()
 {
     theRuntime.DefaultRegistrationIs <IModuleService, AppsModuleService>();
 }
Ejemplo n.º 2
0
 public void registrations_from_the_main_registry_are_applied()
 {
     theRuntime.DefaultRegistrationIs <IMainService, MainService>();
 }