Compare commits
No commits in common. "3ee6f0ceaadaa41415a9a2e594bd63d014c0fb18" and "476ca95aa33557bd501289cb779371c8ca20506f" have entirely different histories.
3ee6f0ceaa
...
476ca95aa3
|
|
@ -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; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue