コード例 #1
0
 public GhostbusterController(IGhostbusterService ghostbusterService)
 {
     _ghostbusterService = ghostbusterService;
 }