Ejemplo n.º 1
0
        public static Account GetAccountByID(int id)
        {
            Account a = AccountDB.GetAccountByID(id);

            return(a);
        }