Exemplo n.º 1
0
        /// <summary>
        /// Validates all lookup tables.
        /// Begins execution of mapping sequence
        /// </summary>
        public void BeginExecution()
        {
            var vt        = new ValidateTables();
            var validDict = vt.ValidateAndSync();

            CreateMappings();
        }
 public ValidateTableTest()
 {
     vt = new ValidateTables();
 }