InMemoryRestaurantRepository

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun delete(entity: Restaurant)
Link copied to clipboard
open override fun findAllByManagerId(managerId: UserId): List<Restaurant>

Finds all Restaurant entities associated with a specific manager ID.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun save(entity: Restaurant)
Link copied to clipboard
open fun update(entity: Restaurant)