????
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-cay-xanhs.controller.d.ts |
import { CrudController } from '@dataui/crud'; import { HTCayXanh } from './entities/ht-cay-xanh.entity'; import { HTCayXanhsService } from './ht-xanhs.service'; import * as express from 'express'; import { GetLogDto } from './dto'; export declare class HTCayXanhsController implements CrudController<HTCayXanh> { service: HTCayXanhsService; constructor(service: HTCayXanhsService); getOneWithLog(req: express.Request, res: express.Response, param: GetLogDto): Promise<void>; }