No repository description.
namespace App.Resources.Views;
/// <summary>
/// Marker type retained for IStringLocalizer references in copied phase 2 controllers/views.
/// In modular monolith we route all calls to a no-op localizer that returns the key unchanged.
/// </summary>
public class Shared { }