Prizm.Domain.Entity.Mill.PlateManufacturer.PlateManufacturer C# (CSharp) Méthode

PlateManufacturer() public méthode

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