refactorisation de la configuration

This commit is contained in:
Paul Schneider 2021-05-02 15:22:46 +01:00
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;}
}
}