このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
robin.thoni
/
nuget-3ie
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
77
コミット
5
ブランチ
ツリー:
51f5b3c0cb
develop
feature/authentication
feature/authentication-tests
feature/package-cache-control
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'51f5b3c0cb' から
${ noResults }
nuget-3ie
/
Authentication-test
/
DBO
/
UserRoles.cs
UserRoles.cs
116B
履歴
Raw
1
2
3
4
5
6
7
8
namespace Authentication_test.DBO
{
public enum UserRoles
{
Root = 1,
NotRoot = 2
}
}