что-то странное
This commit is contained in:
parent
bf5ff8691d
commit
fa99a0d913
@ -5,6 +5,6 @@
|
|||||||
public string ClientFIO { get; set; } = string.Empty;
|
public string ClientFIO { get; set; } = string.Empty;
|
||||||
public double? ConsultationCost { get; set; }
|
public double? ConsultationCost { get; set; }
|
||||||
public DateTime? ConsultationDate { get; set; }
|
public DateTime? ConsultationDate { get; set; }
|
||||||
public List<(DateTime ConsultationDate, double Cost)> Consultations { get; set; } = new();
|
public List<(DateTime ConsultationDate, double Cost)> Consultations { get; set; } = new();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user