Example #1
0
 private void Process(IBusPassportService bpService)
 {
     bpService.changePassportValidityIfExpired();
 }
 public BusPassportController(IBusPassportService service)
 {
     _service = service;
 }