Browse Source

Added TODO.

pull/81/head
Halil İbrahim Kalkan 10 years ago
parent
commit
7ec08d096e
  1. 1
      src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs

1
src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs

@ -25,6 +25,7 @@ namespace AbpDesk.Tickets
public async Task<ListResultDto<TicketDto>> GetAll(GetAllTicketsInput input)
{
//TODO: Use conventional unit of work for application services when it's available!
using (var unitOfWork = _unitOfWorkManager.Begin())
{
var tickets = _ticketRepository

Loading…
Cancel
Save