上传事务修改

Uat_Study
hang 2025-07-03 17:44:15 +08:00
parent b9c42637d9
commit b58695622a
1 changed files with 0 additions and 1 deletions

View File

@ -1002,7 +1002,6 @@ namespace IRaCIS.Core.API.Controllers
[HttpPost, Route("TrialSiteSurvey/UploadTrialSiteSurveyUser")]
[DisableFormValueModelBinding]
[UnitOfWork]
public async Task<IResponseOutput> UploadTrialSiteSurveyUser(Guid trialId, string baseUrl, string routeUrl,
[FromServices] IRepository<TrialSite> _trialSiteRepository,
[FromServices] IRepository<UserType> _usertypeRepository,