Esempio n. 1
0
        public string FixBundlePurchases()
        {
            string emails;
            var    s = new PortalAdminServices();

            s.FixBundleCourseAccessProblem(out emails);
            return(emails);
        }
Esempio n. 2
0
        public void UpdateVideosState()
        {
            var s = new PortalAdminServices();

            s.UpdateVideosState();
        }
Esempio n. 3
0
        public long GetTotalVideosDuration()
        {
            var s = new PortalAdminServices();

            return(s.GetTotalVideosDuration());
        }
Esempio n. 4
0
        public void ImportFreePrices()
        {
            var s = new PortalAdminServices();

            s.UpdateFreeCourses();
        }
Esempio n. 5
0
        public void UpdateStorePlatform()
        {
            var s = new PortalAdminServices();

            s.UpdateStoreRegistrationSources();
        }
Esempio n. 6
0
        //        public async Task ImportUsersDataToProvision()
        //        {
        //            var s = new PortalAdminServices();
        //            await s.ImportUserDataToProvision(null);
        //        }

        //        public void ImportUserDataToProvision(int? userId)
        //        {
        //            var s = new PortalAdminServices();
        //            s.ImportUserDataToProvision(userId);
        //        }
        //
        //        public void ImportProductsToProvision()
        //        {
        //            var s = new PortalAdminServices();
        //            s.ImportProducts(null, null);
        //        }
        //
        //        public void ImportUserProductsToProvision(int? userId, int? courseId)
        //        {
        //            var s = new PortalAdminServices();
        //            s.ImportProducts(userId, courseId);
        //        }


        public void FindMissingRenditions()
        {
            var s = new PortalAdminServices();

            s.FindMissingRenditions();
        }