Esempio n. 1
0
 public string GetUserList()
 {
     UserList userlist = new UserList();
     return userlist.ToDataTable().ToJSON();
 }