コード例 #1
0
        public DataSet GetAMFISnapshot(string Flag, String Search, int amfiCode, int schemeCode, int selectAllCode, int All, string CategoryCode)
        {
            PriceDao PriceObj = new PriceDao();

            return(PriceObj.GetAMFISnapshot(Flag, Search, amfiCode, schemeCode, selectAllCode, All, CategoryCode));
        }
コード例 #2
0
        public DataSet GetAMFISnapshot(string Flag, String Search, int CurrentPage)
        {
            PriceDao PriceObj = new PriceDao();

            return(PriceObj.GetAMFISnapshot(Flag, Search, CurrentPage));
        }