Files
Pibd-21_Semin_D.A._SmallSof…/SmallSoftwareProject/SmallSoftwareWebApi/Infrastructure/SalarySettings.cs
2025-04-18 00:57:59 +04:00

8 lines
177 B
C#

namespace SmallSoftwareWebApi.Infrastructure;
public class SalarySettings
{
public double ExtraSaleSum { get; set; }
public int MaxConcurrentThreads { get; set; }
}