@@ -280,7 +280,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string? PM_EMail { get; set; }
|
||||
|
||||
public List<Guid> TrialIdList { get; set; }
|
||||
public List<Guid> TrialIdList { get; set; }=new List<Guid>();
|
||||
}
|
||||
|
||||
public class TrialToBeDoneDto : TrialBaseInfoDto
|
||||
|
||||
Reference in New Issue
Block a user