Files
Pibd-21_Semin_D.A._SmallSof…/SmallSoftwareProject/SmallSoftwareContracts/Infrastructure/PostConfigurations/SupervisorPostConfiguration.cs
2025-04-17 22:57:21 +04:00

7 lines
266 B
C#

namespace SmallSoftwareContracts.Infrastructure.PostConfigurations;
public class SupervisorPostConfiguration : PostConfiguration
{
public override string Type => nameof(SupervisorPostConfiguration);
public double PersonalCountTrendPremium { get; set; }
}