namespace ComputerShopDataModels.Enums { public enum SupplyStatus { Неизвестен = -1, Отправляется = 0, Поставлено = 1 } }