CreateRestaurantCommand

data class CreateRestaurantCommand(val managerId: String, val name: String, val address: String, val phone: String, val email: String)

Constructors

Link copied to clipboard
constructor(managerId: String, name: String, address: String, phone: String, email: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard