Esempio n. 1
0
 public HandleServerRegistration(ILogger log, IServerType serverType)
 {
     Log         = log;
     _serverType = serverType;
 }