Skip to content

Commit 7aacadb

Browse files
authored
Update SessionController.cs
Deleted wrong using statement after typo fix of UserDto
1 parent 8857fb1 commit 7aacadb

File tree

1 file changed

+2
-2
lines changed
  • dotnet-estimation/dotnet-estimation/Templates/WebAPI/Devon4Net.Application.WebAPI.Implementation/Business/SessionManagement/Controllers

1 file changed

+2
-2
lines changed

dotnet-estimation/dotnet-estimation/Templates/WebAPI/Devon4Net.Application.WebAPI.Implementation/Business/SessionManagement/Controllers/SessionController.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using Microsoft.AspNetCore.Authorization;
1313

1414
using Devon4Net.Infrastructure.JWT.Common.Const;
15-
using Devon4Net.Application.WebAPI.Implementation.Business.SessionManagement.Dto;
15+
1616
using System.Net;
1717
using Task = System.Threading.Tasks.Task;
1818
using System.Net.WebSockets;
@@ -137,4 +137,4 @@ public async Task<ActionResult> AddTask(long sessionId, [FromBody]TaskDto task)
137137
return BadRequest();
138138
}
139139
}
140-
}
140+
}

0 commit comments

Comments
 (0)