????

Your IP : 216.73.216.64


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/ht-xanhs.service.d.ts

import { TypeOrmCrudService } from '@dataui/crud-typeorm';
import { HTCayXanh } from './entities/ht-cay-xanh.entity';
import { ClsService } from 'nestjs-cls';
export declare class HTCayXanhsService extends TypeOrmCrudService<HTCayXanh> {
    private cls;
    constructor(repo: any, cls: ClsService);
    getOneWithLog(id: number): Promise<HTCayXanh>;
}