diff --git a/BeautySalonView/BeautySalonContracts/SearchModels/EvaluationSearchModel.cs b/BeautySalonView/BeautySalonContracts/SearchModels/EvaluationSearchModel.cs index 6b04de4..d81150d 100644 --- a/BeautySalonView/BeautySalonContracts/SearchModels/EvaluationSearchModel.cs +++ b/BeautySalonView/BeautySalonContracts/SearchModels/EvaluationSearchModel.cs @@ -3,6 +3,8 @@ public class EvaluationSearchModel { public int? Id { get; set; } + public double? PointsProcedure { get; set; } + public double? PointsCosmetics { get; set; } public int? ClientId { get; set; } public int? ProcedureId { get; set; }