Companion
object Companion
Functions
Link copied to clipboard
fun create(managerId: UserId, name: RestaurantName, address: Address, phone: Phone, email: Email): Restaurant
Link copied to clipboard
fun fromDatabase(id: RestaurantId, managerId: UserId, details: RestaurantDetails, createdAt: LocalDateTime, updatedAt: LocalDateTime): Restaurant