????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/ht-cay-xanhs/ |
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>; }