Inheritance: IIdentity
コード例 #1
0
ファイル: BaseController.cs プロジェクト: Jacco/Perpetuality
 public GamePrincipal(GameIdentity identity, string[] roles = null)
 {
     this.Identity = identity;
     this.Roles = roles;
 }
コード例 #2
0
 public GamePrincipal(GameIdentity identity, string[] roles = null)
 {
     this.Identity = identity;
     this.Roles    = roles;
 }