コード例 #1
0
ファイル: Bridge.cs プロジェクト: tyler94/CIS560Project
        // Gets the most popular age group overall
        internal static object GetMostPopularAgeGroupOverall()
        {
            string sql = SqlProcedures.GetMostPopularAgeGroupOverall();

            return(Call(sql));
        }