コード例 #1
0
ファイル: School.php プロジェクト: krisrita/udo
 function priceAction()
 {
     $tradeModel = new TradeModel();
     $tradeModel->price();
 }