чиним бд

This commit is contained in:
Allllen4a 2024-05-01 10:24:21 +04:00
parent af6d3f39ce
commit 6ee42b805d

View File

@ -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; }