using System;

namespace IRaCIS.Core.Domain.Models
{
    
    //public class NoneDicomFile : Entity, IAuditAdd
    //{
    //    public Guid StudyId { get; set; }

    //    public string FileName { get; set; }

    //    public string Path { get; set; }
    //    public Guid CreateUserId { get; set; }
    //    public DateTime CreateTime { get; set; } = DateTime.Now;
    //}
}