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