BLL.Workflows.ClobberBootMenu.ClobberBootMenu C# (CSharp) Метод

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

public ClobberBootMenu ( Models imageProfile, bool promptComputerName ) : System
imageProfile Models
promptComputerName bool
Результат System
        public ClobberBootMenu(Models.ImageProfile imageProfile, bool promptComputerName)
        {
            _promptComputerName = promptComputerName;
            _imageProfile = imageProfile;
        }