Exemplo n.º 1
0
 public static UserDetail updateUser(string communityId, string userId, UserInput userInput)
 {
     return Implementation.updateUser(communityId, userId, userInput);
 }
Exemplo n.º 2
0
 public static UserDetail updateUser(string communityId, string userId, UserInput userInput)
 {
     throw new global::System.NotImplementedException("ChatterUsers.UpdateUser");
 }