EC - v2.43.0 - Jenkinsfile
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
namespace Adaptation.Shared.Properties
|
||||
{
|
||||
namespace Adaptation.Shared.Properties;
|
||||
|
||||
public interface IDrive
|
||||
{
|
||||
public bool Use { get; set; }
|
||||
public string Letter { get; set; }
|
||||
public string Share { get; set; }
|
||||
public string User { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
||||
public interface IDrive
|
||||
{
|
||||
public bool Use { get; set; }
|
||||
public string Letter { get; set; }
|
||||
public string Share { get; set; }
|
||||
public string User { get; set; }
|
||||
public string Password { get; set; }
|
||||
}
|
Reference in New Issue
Block a user