Beispiel #1
0
        public void TestGetAllUser()
        {
            UserSetService   service   = new UserSetService();
            UserSetViewModel ViewModel = service.GetAllUserViewModel();

            Console.WriteLine(UtilTest.GetJson(ViewModel));
        }
Beispiel #2
0
 public object Get()
 {
     try
     {
         return(service.GetAllUserViewModel());
     }
     catch (Exception e)
     {
         return(e.Message);
     }
 }