Example #1
0
 public void Delete(User user)
 {
     BaseApi.Delete(playerCollection, user._id);
 }