Interface IDeleteAppService<TKey>
Namespace: Volo.Abp.Application.Services
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IDeleteAppService<in TKey> : IApplicationService, IRemoteService
Type Parameters
| Name | Description |
|---|---|
| TKey |
Methods
DeleteAsync(TKey)
Declaration
Task DeleteAsync(TKey id)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | id |
Returns
| Type | Description |
|---|---|
| Task |