module App::Repository
Overview
A repository manages an entity or a list of entities.
As an entity is immutable data structure, repository is used to handle it.
A repository manages an entity or a list of entities.
As an entity is immutable data structure, repository is used to handle it.