namespace ProductionInCehOTP.Entities.Enums; [Flags] public enum NameOfMaterials { None = 0, Metal = 1, GraphiteDust = 2, Soil = 4, Oil = 8 }