コード例 #1
0
 public TransferLocationController(ITransferLocationService service)
 {
     _service = service;
 }