Esempio n. 1
0
 public bool ValidateFileExists()
 {
     return(Datinfos.ValidateFileExists());
 }
Esempio n. 2
0
        public CatalogItem GetBySourceFileName(string sourceFileName)
        {
            var datinfo = Datinfos.GetBySourceFileName(sourceFileName);

            return(datinfo == null ? null : new CatalogItem(datinfo));
        }