修改发送邮件模型
This commit is contained in:
@@ -216,7 +216,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string RouteUrl { get; set; } = string.Empty;
|
||||
|
||||
public List<TrialSiteUserSurvey> UserList { get; set; } = new List<TrialSiteUserSurvey>();
|
||||
public List<TrialSiteUserSurveyView> UserList { get; set; } = new List<TrialSiteUserSurveyView>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user