Epiworx.Business.UserPassword.Fetch C# (CSharp) Method

Fetch() protected method

protected Fetch ( UserPasswordData data ) : void
data UserPasswordData
return void
        protected void Fetch(UserPasswordData data)
        {
            this.UserId = data.UserId;
            this.Password = string.Empty;
            this.PasswordConfirmation = string.Empty;
            this.ModifiedDate = data.ModifiedDate;
        }