Repository Module
Hilt module for providing Repository implementations.
This module binds the domain-level Repository interfaces to their concrete data-level implementations using Room as the data source.
Functions
Link copied to clipboard
@Provides
Provides the ProductsRepository implementation.
Link copied to clipboard
@Provides
@Singleton
Provides a singleton instance of AddSaleRepository for managing new sales.
Link copied to clipboard
Provides the CategoriesRepository implementation.
Link copied to clipboard
Provides a singleton instance of ClientsRepository.
Link copied to clipboard
@Provides
Provides the DetailsSaleRepository implementation for viewing sale details.
Link copied to clipboard
Provides the AllSalesRepository implementation for listing sales.