Пример #1
0
 public async Task DeleteWish(long id)
 {
     await _mongo.DeleteWish(id);
 }