TransformSample.Console.AppConfigModel.AppConfigModel C# (CSharp) 메소드

AppConfigModel() 공개 메소드

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