Beispiel #1
0
 public function create()
 {
     StudentServiceUtil::create($this->name);
     return null;
 }