diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs index 098533f4..c4c4dfa6 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/DTO/UserTrialViewModel.cs @@ -12,6 +12,7 @@ namespace IRaCIS.Application.Contracts { public bool IsDeleted { get; set; } + public DateTime? DeletedTime { get; set; } public Guid? SiteId { get; set; } public string Phone { get; set; } = String.Empty; @@ -97,10 +98,7 @@ namespace IRaCIS.Application.Contracts public class SiteStatDTO : SiteStatSimpleDTO { - - //public int PlanVisitCount { get; set; } - //public int? StudyCount { get; set; } public int? VisitCount { get; set; } public int? SubjectCount { get; set; }