ILicenseRepository
Namespace: Babel.Data Assembly: Babel.Data.dll
Interface for license repository.
Implements
Methods
Delete(IEnumerable<int>)
Deletes a list of licenses with the given primary key values.
Parameters
Name
Description
The license primary key ids to delete.
FindByLicenseIdAsync(string)
Find a license by its license id.
Parameters
Name
Description
The license id to search for.
Returns
Name
Description
A task that represents the asynchronous get operation.
Last updated