コード例 #1
0
ファイル: JSService.cs プロジェクト: hksarwar/JobSystem
        public bool UpdateProfile(DbUser alteredUser)
        {
            EditProfile profile = new EditProfile();
            bool        updated = profile.Execute(alteredUser);

            return(updated);
        }
コード例 #2
0
ファイル: JSService.cs プロジェクト: hksarwar/JobSystem
 public bool UpdateProfile(DbUser alteredUser)
 {
     EditProfile profile = new EditProfile();
     bool updated = profile.Execute(alteredUser);
     return updated;
 }