Beispiel #1
0
 public ExternalLogService(IExternalLog externalLogService)
 {
     _externalLogService = externalLogService;
 }
Beispiel #2
0
 public ExternalLogService()
 {
     _externalLogService = new ExternalLog();
 }