File: Model.cs
Web Access
Project: src\src\Localization\Localization\test\Microsoft.Extensions.Localization.Tests\Microsoft.Extensions.Localization.Tests.csproj (Microsoft.Extensions.Localization.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
// This namespace for test resources with alternative RootNamespace
namespace MyNamespace;
 
public class Model
{
 
}