Update aree configurate
- ConnString x aree mongodb/redis in dotNetFramework - nuova sezione ServerConf
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebConfigSetter
|
||||
{
|
||||
@@ -15,9 +13,9 @@ namespace WebConfigSetter
|
||||
#region Public Fields
|
||||
|
||||
public Dictionary<string, string> ConnectionStrings = new Dictionary<string, string>();
|
||||
public Dictionary<string, string> ServerConf = new Dictionary<string, string>();
|
||||
|
||||
#endregion Public Fields
|
||||
|
||||
}
|
||||
|
||||
public class SetCliente
|
||||
|
||||
Reference in New Issue
Block a user