コード例 #1
0
        protected PropertyManager <T> GetPropertyManager <T>(ExcelWorksheet worksheet)
        {
            //the columns
            var properties = ImportManager.GetPropertiesByExcelCells <T>(worksheet);

            return(new PropertyManager <T>(properties, _catalogSettings));
        }