示例#1
0
 public static function find($id)
 {
     $store = new UserStore();
     return $store->find($id);
 }