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