修改中心调研导入和增加用户类型

This commit is contained in:
2023-11-09 16:56:55 +08:00
parent 70362b8f96
commit 5be941663b
5 changed files with 111 additions and 7 deletions
@@ -20,5 +20,7 @@ namespace IRaCIS.Core.Application.Contracts
//Task<IResponseOutput> TrialSurveyLock(Guid trialSiteSurveyId, bool isLock);
//IResponseOutput TrialSurveySubmmit(Guid trialId, Guid trialSiteSurveyId);
Task<IResponseOutput> VerifySendCode(LoginDto userInfo, [FromServices] ITokenService _tokenService);
Task ImportGenerateAccountAndJoinTrialAsync(Guid trialId, string baseUrl, string routeUrl, List<SiteSurveyUserImportDto> list);
}
}
@@ -1013,5 +1013,6 @@ namespace IRaCIS.Core.Application.Contracts
}
}
}