????

Your IP : 3.12.160.196


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/categories/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/apps/categories/categories.service.d.ts

import { TypeOrmCrudService } from '@dataui/crud-typeorm';
import { Category } from './entities/category.entity';
export declare class CategoriesService extends TypeOrmCrudService<Category> {
    constructor(repo: any);
}