Exemplo n.º 1
0
 public SmbService(ISmbClientFactory smbClientFactory)
 {
     _smbClient = smbClientFactory.GetInstance();
 }