Example #1
0
 public BookingApi(BookingCommandService commandService) => _commandService = commandService;
Example #2
0
 public BookingCommandApi(BookingCommandService service) => _service = service;