DelegatedCRUDUseCaseAsync<Domain extends BasicDomainObject<IntIdentifier>, CRUDRepo extends CRUDRepositoryAsync<Domain>> constructor

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

Implementation

DelegatedCRUDUseCaseAsync({required this.repo});