コード例 #1
0
 public FruitsController()
 {
     _service = new FruitsService();
     _RestResult.setController(this);
 }