Skip to content

Commit

Permalink
Update SessionInfoServices.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 28, 2024
1 parent 2dd0deb commit dd4040b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TechStacks.ServiceInterface/SessionInfoServices.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using System.Threading.Tasks;
using ServiceStack;
using ServiceStack.Auth;
using TechStacks.ServiceModel;

namespace TechStacks.ServiceInterface;

[CacheResponse(Duration = 3600, VaryByUser = true)]
public class SessionInfoServices : Service
{
public async Task<SessionInfoResponse> Any(SessionInfo request)
Expand Down

0 comments on commit dd4040b

Please sign in to comment.