コード例 #1
0
ファイル: CustomRoleStore.cs プロジェクト: V3ronique/Just-DIY
 public CustomRoleStore(Just_DIYDbContext context)
     : base(context)
 {
 }
コード例 #2
0
 public CustomUserStore(Just_DIYDbContext context)
     : base(context)
 {
 }