Esempio n. 1
0
        public CsvManager(string filePath)
        {
            AssertionConcern.AssertArgumentNotEmpty(filePath, "Please inform path of file");

            FilePath = filePath;
        }