From 7ec08d096e2ecff5ab73ca2bcc162d3e6c17ce73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 17 Dec 2016 23:08:07 +0300 Subject: [PATCH] Added TODO. --- .../AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs b/src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs index a9814e841f..ee1c024564 100644 --- a/src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs +++ b/src/AbpDesk/AbpDesk.Application/AbpDesk/Tickets/TicketAppService.cs @@ -25,6 +25,7 @@ namespace AbpDesk.Tickets public async Task> GetAll(GetAllTicketsInput input) { + //TODO: Use conventional unit of work for application services when it's available! using (var unitOfWork = _unitOfWorkManager.Begin()) { var tickets = _ticketRepository