Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cd81254

Browse files
ISessionService
1 parent 17b458f commit cd81254

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎src/AspnetRun.Application/AspnetRun.Application.csproj‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@
1212
<ProjectReference Include="..\AspnetRun.Core\AspnetRun.Core.csproj" />
1313
</ItemGroup>
1414

15-
<ItemGroup>
16-
<Folder Include="Session\" />
17-
</ItemGroup>
18-
1915
</Project>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace AspnetRun.Application.Session
6+
{
7+
public interface ISessionService
8+
{
9+
string UserId { get; set; }
10+
}
11+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /