7 lines
266 B
C#
7 lines
266 B
C#
namespace SmallSoftwareContracts.Infrastructure.PostConfigurations;
|
|
|
|
public class SupervisorPostConfiguration : PostConfiguration
|
|
{
|
|
public override string Type => nameof(SupervisorPostConfiguration);
|
|
public double PersonalCountTrendPremium { get; set; }
|
|
} |