JobsService constructor

JobsService({
  1. required Repository<Job> repository,
})

Implementation

JobsService({required this.repository});