예제 #1
0
        public void TestDeleteUser()
        {
            UserSetService   service   = new UserSetService();
            UserSetViewModel ViewModel = service.DeleteUser("tes2");

            Console.WriteLine(UtilTest.GetJson(ViewModel));
        }
예제 #2
0
        public void TestUpdataPassword()
        {
            UserSetService service   = new UserSetService();
            var            ViewModel = service.UpdateUserSelf("tpb", "e10adc3949ba59abbe56e057f20f883e", "d41d8cd98f00b204e9800998ecf8427e");

            Console.WriteLine(UtilTest.GetJson(ViewModel));
        }
예제 #3
0
        public void TestGetAllUser()
        {
            UserSetService   service   = new UserSetService();
            UserSetViewModel ViewModel = service.GetAllUserViewModel();

            Console.WriteLine(UtilTest.GetJson(ViewModel));
        }