コード例 #1
0
ファイル: Player.cs プロジェクト: bsed/Freecon-Galactic
 public virtual Account GetAccount()
 {
     return(_accountLocator.GetAccountAsync(_model.AccountID).Result);
 }