Added TODO.

pull/81/head
Halil İbrahim Kalkan 9 years ago
parent dcbb625d88
commit 7ec08d096e

@ -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