CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ Destroy()

void Cqrs.Repositories.IRepository< TQueryStrategy, TData >.Destroy ( TData  data)

Remove the provided data from storage.

Implemented in Cqrs.Repositories.Repository< TQueryStrategy, TQueryBuilder, TData >.