Пример #1
0
        public bool UpdateProfile(DbUser alteredUser)
        {
            EditProfile profile = new EditProfile();
            bool        updated = profile.Execute(alteredUser);

            return(updated);
        }
Пример #2
0
 public bool UpdateProfile(DbUser alteredUser)
 {
     EditProfile profile = new EditProfile();
     bool updated = profile.Execute(alteredUser);
     return updated;
 }