????

Your IP : 216.73.216.152


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);
}