コード例 #1
0
 public static bool InsertBooking(Booking booking)
 {
     return(firestore.InsertBooking(booking));
 }