Exemplo n.º 1
0
 public FtpInfo(IConfigurationProvider configProvider)
 {
     _address = configProvider.GetFtpAddress();
     _username = configProvider.GetFtpUsername();
     _password = configProvider.GetFtpPassword();
 }