Exemplo n.º 1
0
 public static Task <bool> UpdateBooking(Booking booking)
 {
     return(firestore.UpdateBooking(booking));
 }