BlazorApp/Bullet6/Solution2/Models/Manager.cs

11 lines
202 B
C#

namespace Bullet6.Solution2.Models
{
public class Manager : Entity
{
protected override void PrintInternal()
{
// print the rest possible fields
}
}
}