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 | |