TransformSample.Console.AppConfigModel.AppConfigModel C# (CSharp) Method

AppConfigModel() public method

public AppConfigModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public AppConfigModel()
        {
            this.AppSettings = new Dictionary<string, string>();
            this.ConnectionStrings = new Dictionary<string, string>();
        }