namespace CompanyManagment.App.Contracts.EmployeeComputeOptions; public class EmployeeComputeOptionsSearchModel { public long WorkshopId { get; set; } public long EmployeeId { get; set; } //نحوه محاسبه مزد مرخصی public string ComputeOptions { get; set; } //نحوه محاسبه عیدی public string BonusesOptions { get; set; } //نحوه محاسبه سنوات public string YearsOptions { get; set; } }