コード例 #1
0
ファイル: ChatterUsers.cs プロジェクト: yallie/ApexSharp
 public static UserDetail updateUser(string communityId, string userId, UserInput userInput)
 {
     return Implementation.updateUser(communityId, userId, userInput);
 }
コード例 #2
0
ファイル: ChatterUsers.cs プロジェクト: tyschacht/apexsharp
 public static UserDetail updateUser(string communityId, string userId, UserInput userInput)
 {
     throw new global::System.NotImplementedException("ChatterUsers.UpdateUser");
 }