コード例 #1
0
ファイル: ProductPresenter.cs プロジェクト: uitstu/ushop
 public void loadProductList()
 {
     _view.loadProductList(_model.loadProductList());
 }