コード例 #1
0
ファイル: AccountManager.cs プロジェクト: fpantos/ProjectAqua
        public static Account GetAccountByID(int id)
        {
            Account a = AccountDB.GetAccountByID(id);

            return(a);
        }