Ejemplo n.º 1
0
 public static string GetCharacterConfiguration(string username)
 {
     UserDAO userDAO = new UserDAO();
     return userDAO.GetConfiguration(username);
 }