Prizm.Domain.Entity.Mill.PlateManufacturer.PlateManufacturer C# (CSharp) 메소드

PlateManufacturer() 공개 메소드

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