Example #1
0
 public void RemoveUser(long userId)
 {
     _userApi.DeleteUser(userId);
 }