profileShare

rasmusjy / splitapp-backend-modular-monolith

Read-only snapshot

No repository description.

main default branch 418 files Expires Sep 13, 2026, 9:06 AM
Enums.cs 339 bytes
1 namespace App.Resources.Domain;
2
3 /// <summary>
4 /// Marker class for the Enums.{resx,et.resx} resource bundle. The .resx files are
5 /// embedded with explicit LogicalName "App.Resources.Domain.Enums.resources" so the
6 /// ResourceManager can find them regardless of the host project's default namespace.
7 /// </summary>
8 public class Enums { }
9