Initial content
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.order_repository = exports.catalog_repository = void 0;
|
||||
const orm_1 = require("./orm");
|
||||
const repo = new orm_1.CatalogRepoImpl();
|
||||
exports.catalog_repository = repo;
|
||||
exports.order_repository = repo;
|
||||
Reference in New Issue
Block a user