????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/qhpks/cay-xanhs/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/qhpks/cay-xanhs/cay-xanhs.controller.d.ts |
import { CayXanhsService } from './cay-xanhs.service'; import { CrudController } from '@dataui/crud'; import { CayXanh } from './entities/cay-xanh.entity'; export declare class CayXanhsController implements CrudController<CayXanh> { service: CayXanhsService; constructor(service: CayXanhsService); }