Esempio n. 1
0
        public static IList<Sawtyyat> GetAllByType(RootEnums.AudioVideoType type, int from, int to, ref int totalrows, string keyword, int catid)
        {
            SawtyyatDataMapper objCaller = new SawtyyatDataMapper();

            return objCaller.GetAllByType(type, from, to, ref totalrows, catid, keyword);
        }
Esempio n. 2
0
        public static IList<Sawtyyat> GetAllByType(RootEnums.AudioVideoType type)
        {
            SawtyyatDataMapper objCaller = new SawtyyatDataMapper();

            return objCaller.GetAllByType(type);
        }