fix: Update documentation to reflect correct backend communication via DataConnectService

This commit is contained in:
Achintha Isuru
2026-02-16 16:54:59 -05:00
parent 17423c5d66
commit d2cb05fe2e

View File

@@ -6,7 +6,7 @@ import '../../domain/repositories/certificates_repository.dart';
/// Implementation of [CertificatesRepository] using Data Connect. /// 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. /// It maps raw generated data types to clean [domain.StaffDocument] entities.
class CertificatesRepositoryImpl class CertificatesRepositoryImpl
implements CertificatesRepository { implements CertificatesRepository {