Candy.Client.Models.CandySettings.ApplySettings C# (CSharp) Method

ApplySettings() public method

public ApplySettings ( CandySettings newSettings ) : void
newSettings CandySettings
return void
        public void ApplySettings(CandySettings newSettings)
        {
            Mapper.Map(newSettings, this);
        }