fix: Update documentation to reflect correct backend communication via DataConnectService
This commit is contained in:
@@ -6,7 +6,7 @@ import '../../domain/repositories/certificates_repository.dart';
|
||||
|
||||
/// Implementation of [CertificatesRepository] using Data Connect.
|
||||
///
|
||||
/// This class handles the communication with the backend via [ExampleConnector].
|
||||
/// This class handles the communication with the backend via [DataConnectService].
|
||||
/// It maps raw generated data types to clean [domain.StaffDocument] entities.
|
||||
class CertificatesRepositoryImpl
|
||||
implements CertificatesRepository {
|
||||
|
||||
Reference in New Issue
Block a user