Exemplo n.º 1
0
        public void IsEmailAvailable()
        {
            PersonBiz biz     = new PersonBiz(new WindowsStoreContext());
            var       res     = biz.Where(null);
            var       service = new DeveloperService();
            var       userManagementDomainService = new UserManagementDomainService();

            //  var result = service.IsEmailAvailableForRegistration("*****@*****.**");
            service.ResendActivationCode("*****@*****.**");


            bool result = service.TryActivateAccount("*****@*****.**", 5999);

            var r = service.GetAppCategories();
        }