Спрятал OrderId

This commit is contained in:
Егор Пыжов 2024-12-15 02:54:21 +04:00
parent 7a1b7fb72a
commit f715f86cd4

View File

@ -9,7 +9,7 @@ public class Appointment
[Browsable(false)] [Browsable(false)]
public int EmployeeId { get; private set; } public int EmployeeId { get; private set; }
[DisplayName("Номер заказа")] [Browsable(false)]
public int OrderId { get; private set; } public int OrderId { get; private set; }
[DisplayName("Сотрудник")] [DisplayName("Сотрудник")]