示例#1
0
        public DataTable extractCategorySport(string storedProcedureName, string sport, string category, int logIdUser, DateTime prmStartDate, DateTime prmEndDate, int descriptionType)
        {
            DataAccess.MLB theMLB = new DataAccess.MLB();
            //return theMLB.extractExotics(storedProcedureName, sport, "Exotics", logIdUser, prmStartDate.ToString(), prmEndDate.ToString());

            return(theMLB.extractCategorySport(storedProcedureName, sport, category, "", logIdUser, prmStartDate.ToString(), prmEndDate.ToString(), descriptionType));
        }
示例#2
0
        public DataTable extractTotal1QCanadianFootball(string storedProcedureName, string sport, string category, int logIdUser, DateTime prmStartDate, DateTime prmEndDate)
        {
            DataAccess.MLB theMLB = new DataAccess.MLB();
            //return theMLB.extractExotics(storedProcedureName, sport, "Exotics", logIdUser, prmStartDate.ToString(), prmEndDate.ToString());

            return(theMLB.extractCategorySport(storedProcedureName, sport, category, "", logIdUser, prmStartDate.ToString(), prmEndDate.ToString(), 2));
        }