示例#1
0
 public HomeController()
 {
     Database = new WPDB();
 }
示例#2
0
 public UserController()
 {
     Database = new WPDB();
 }