@@ -80,7 +80,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
}
|
||||
|
||||
public class TrialSignDocView : UnionDocumentWithConfirmInfoView
|
||||
public class TriaAndSystemlSignDocView : UnionDocumentWithConfirmInfoView
|
||||
{
|
||||
public string TrialCode { get; set; }
|
||||
public string ResearchProgramNo { get; set; }
|
||||
@@ -90,6 +90,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public TrialType TrialType { get; set; }
|
||||
|
||||
public bool IsTestUser { get; set; }
|
||||
|
||||
public UserWorkLanguage UserWorkLanguage { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -367,6 +369,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public DocLanguageType DocLanguageType { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user