コード例 #1
0
 public StatusController(StatusService service)
 {
     this.service = service;
 }