Create new services: inventory, recipes, suppliers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# services/sales/app/repositories/__init__.py
|
||||
|
||||
from .sales_repository import SalesRepository
|
||||
from .product_repository import ProductRepository
|
||||
|
||||
__all__ = ["SalesRepository", "ProductRepository"]
|
||||
__all__ = ["SalesRepository"]
|
||||
Reference in New Issue
Block a user