Beispiel #1
0
 public SystemRegistryService()
 {
     _msgBoxService = new MessageBoxService();;
 }
Beispiel #2
0
 //For future reference in IoC
 public SystemRegistryService(MessageBoxService msgBoxService)
 {
     _msgBoxService = msgBoxService;
 }