@@ -67,7 +67,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
|
||||
|
||||
public class AssginSiteCRCCommand
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
[NotDefault]
|
||||
public Guid TrialSiteId { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public DateTime? CreateTime { get; set; } = DateTime.Now;
|
||||
|
||||
@@ -303,7 +303,7 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public class SiteCRCQuery : TrialMaintenanceQuery
|
||||
{
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialSiteId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user