refactorisation de la configuration

This commit is contained in:
Paul Schneider
2021-05-02 15:22:46 +01:00
parent 838de379fd
commit 749eb645d5
7 changed files with 43 additions and 35 deletions

View File

@ -0,0 +1,9 @@
namespace nuget_host.Entities
{
public class NugetSettings
{
public string ProtectionTitle {get; set;}
public string PackagesRootDir {get; set;}
}
}

View File

@ -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;}
}
}