profileShare

rasmusjy / splitapp-backend-microservices

Read-only snapshot

No repository description.

main default branch 501 files Expires Sep 13, 2026, 9:06 AM
UsersModuleMarker.cs 196 bytes
1 namespace SplitApp.Modules.Users.Application;
2
3 /// <summary>Assembly marker for MediatR handler scanning. Must remain in the Application assembly.</summary>
4 public sealed class UsersModuleMarker;
5