Prizm.Domain.Entity.Mill.PlateManufacturer.PlateManufacturer C# (CSharp) Метод

PlateManufacturer() публичный Метод

public PlateManufacturer ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public PlateManufacturer()
        {
            this.Heats = new List<Heat>();
        }