Namespace Serenity.Persistence.Application.Services
Classes
PersistenceService
Default IPersistenceService implementation. Delegates every operation to an injected PersistenceUseCases instance, turning the persistence aggregate into a resolvable, extendable service. Every delegating method is virtual so a decorator (e.g. caching, encryption) can override a subset while falling back to this default for the rest.