Ejemplo n.º 1
0
 public async Task DeleteShiftWishSet(string creator, string set)
 {
     await _mongo.DeleteWishSet(set, creator);
 }