コード例 #1
0
 public static ProfileChangesCommand SetNewProfileTitle(string userProfileTitle)
 {
     var cmd = new ProfileChangesCommand();
     cmd.SetNewTitle(userProfileTitle);
     return cmd;
 }
コード例 #2
0
 public static ProfileChangesCommand SetNewAboutPicture(string userProfileAboutPicture)
 {
     var cmd = new ProfileChangesCommand();
     cmd.SetNewAboutPucture(userProfileAboutPicture);
     return cmd;
 }