Missing Summary Doc!
Interfaces
IAddLeasesCommand<TEntity> | If a transaction needs to add any instances of ILease, and the properties of the leases are contained in the command and/or entity, a direct call to Add(Id, ILease[]) can be avoided by implementing this interface! |
IAddTagsCommand<TEntity> | If a transaction needs to add any instances of ITag, and the properties of the tags are contained in the command and/or entity, a direct call to Add(Id, ITag[]) can be avoided by implementing this interface! |
IDeleteLeasesCommand<TEntity> | If a transaction needs to delete any instances of ILease, and the properties of the leases are contained in the command and/or entity, a direct call to Delete(Id, ILease[]) can be avoided by implementing this interface! |
IDeleteTagsCommand<TEntity> | If a transaction needs to delete any instances of ITag, and the properties of the tags are contained in the command and/or entity, a direct call to Delete(Id, ITag[]) can be avoided by implementing this interface! |