Prizm.Domain.Entity.Mill.PlateManufacturer.PlateManufacturer C# (CSharp) Method

PlateManufacturer() public method

public PlateManufacturer ( ) : System.Collections.Generic
return System.Collections.Generic
        public PlateManufacturer()
        {
            this.Heats = new List<Heat>();
        }