DelegatedCRUDUseCase<Domain extends BasicDomainObject<IntIdentifier>, CRUDRepo extends CRUDRepository<Domain>> constructor

DelegatedCRUDUseCase<Domain extends BasicDomainObject<IntIdentifier>, CRUDRepo extends CRUDRepository<Domain>>({
  1. required CRUDRepo repo,
})

Implementation

DelegatedCRUDUseCase({required this.repo});