@@ -369,7 +369,7 @@ namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public Guid DoctorId { get; set; }
|
||||
|
||||
public Guid? TrialId { get; set; }
|
||||
public Guid? TrialId { get; set; } = null;
|
||||
}
|
||||
|
||||
public class SummarizeInfoDto
|
||||
|
||||
Reference in New Issue
Block a user