Use transactions

This commit is contained in:
lumijiez
2025-06-10 23:49:14 +03:00
parent db61171ada
commit 09f1668351
11 changed files with 73 additions and 76 deletions

View File

@@ -27,7 +27,6 @@ public class UserController(IMediator mediator) : ControllerBase
};
await mediator.Send(new SyncUserCommand(auth0User));
return Ok("User Synced.");
}
}