refactorisation de la configuration
This commit is contained in:
parent
838de379fd
commit
749eb645d5
7 changed files with 43 additions and 35 deletions
9
Entities/NugetSettings.cs
Normal file
9
Entities/NugetSettings.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace nuget_host.Entities
|
||||
{
|
||||
public class NugetSettings
|
||||
{
|
||||
public string ProtectionTitle {get; set;}
|
||||
public string PackagesRootDir {get; set;}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -8,6 +8,5 @@ namespace nuget_host.Entities
|
|||
public string SenderEMail {get; set;}
|
||||
public string UserName {get; set;}
|
||||
public string Password {get; set;}
|
||||
public string ProtectionTitle {get; set;}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue