namespace ComputerShopDataModels.Enums { public enum EquipmentReceivingStatus { Неизвестен = -1, Ожидается = 0, Получено = 1 } }