public bool UpdateProfile(DbUser alteredUser) { EditProfile profile = new EditProfile(); bool updated = profile.Execute(alteredUser); return(updated); }
public bool UpdateProfile(DbUser alteredUser) { EditProfile profile = new EditProfile(); bool updated = profile.Execute(alteredUser); return updated; }