コード例 #1
0
 // GetAccountId() -> nn::account::NetworkServiceAccountId
 public ResultCode GetAccountId(ServiceCtx context)
 {
     return(_managerServer.GetAccountId(context));
 }