ListAsyncTestService Class
Namespace: ConsoleTestApp.Service
Assembly: ConsoleTestApp.dll
Syntax
public class ListAsyncTestService : IListAsyncTestService
Inheritance
System.Object
ListAsyncTestService
Implements
Constructors
ListAsyncTestService(IUnitOfWork)
Declaration
public ListAsyncTestService(IUnitOfWork unitOfWork)
Parameters
Type | Name | Description |
---|---|---|
IUnitOfWork | unitOfWork |
Methods
Execute()
Declaration
public Task Execute()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()