public CSharp_Dal_Project_Template(CSharpDalProject project, Dictionary <string, Schema> schemas)
        {
            this.Project = project;

            this.Schemas = schemas;
        }