Raisins.Client.Web.Models.Account.SetSalt C# (CSharp) Method

SetSalt() public method

public SetSalt ( string salt ) : void
salt string
return void
        public void SetSalt(string salt)
        {
            Salt = salt;
        }