This type contains the following members.

public class WorkItemService: IWorkItemService
Inheritance:
ObjectWorkItemService
Implements:
IWorkItemService

Constructors

WorkItemService(IRepository<WorkItem>) Default constructor. Services are injected by the IoC container.

Methods

GetWorkItemAsync(string)
GetWorkItemsAssignedToAsync(IAuthenticatedUser)
GetWorkItemsForAsync(string)
GetWorkItemsForAsync(string, IAuthenticatedUser)
SaveWorkItemAsync(WorkItem)
DeleteWorkItemAsync(string)
DeleteWorkItemsAsync(IEnumerable<string>)