Esempio n. 1
0
 async Task ExecuteUpdateQuantity()
 {
     await CosmosHotelService.UpdateHotelInQuantity(ID, type, "-");
 }