sourceafQuickFlux::DatastoreSrc.fan
const class DatastoreSrc { private const StrategyStash stash new make(Type:Datastore src) { stash = StrategyStash(src) } @Operator Datastore get(Type entityType) { stash.findByType(entityType) } }
const class DatastoreSrc { private const StrategyStash stash new make(Type:Datastore src) { stash = StrategyStash(src) } @Operator Datastore get(Type entityType) { stash.findByType(entityType) } }