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