コード例 #1
0
 public void CreateOrUpdateUser(int accountId, User user)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void RemoveUser(int accountId, User user)
 {
     throw new NotImplementedException();
 }