Beispiel #1
0
 public AuthenticationService(IWindowPresentService presentService)
 {
     _presentService = presentService;
 }
 public MainInterfacePresentService(IWindowPresentService windowPresent)
 {
     _windowPresent = windowPresent;
 }