Compare commits

..

No commits in common. "3ee6f0ceaadaa41415a9a2e594bd63d014c0fb18" and "476ca95aa33557bd501289cb779371c8ca20506f" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsDeleted { get; set; } public bool IsDeleted { get; set; }
public Guid Id { get; set; } public Guid Id { get; set; }
public Guid TrialId { get; set; } public Guid TrialId { get; set; }
public Guid? TrialSiteId { get; set; } public Guid TrialSiteId { get; set; }
public DateTime CreateTime { get; set; } public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; } public Guid CreateUserId { get; set; }
public DateTime UpdateTime { get; set; } public DateTime UpdateTime { get; set; }