Example #1
0
        public static string GetFilePath(BLL.LearnHebrewEntities.ContentFile file)
        {
            var localPath = "/ContentFiles/";
            var filePath  = file.Code + "." + file.Extention;

            return(localPath + filePath);
        }
Example #2
0
 public ContentData()
 {
     this.PhotoFile   = new ContentFile();
     this.VoiceFile   = new ContentFile();
     this.DateCreated = DateTime.MinValue;
 }