Exemplo n.º 1
0
 async Task ExecuteSearchCommand(string _id)
 {
     hotel = await CosmosHotelService.GetHotelById(_id);
 }
Exemplo n.º 2
0
 async Task ExecuteSearchById()
 {
     hotel = await CosmosHotelService.GetHotelById(ID);
 }