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