????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/qhct-ho-gas/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/qhct-ho-gas/qhct-ho-gas.controller.d.ts |
import { CrudController } from '@dataui/crud'; import { QHCTHoGa } from './entities/qhct-ho-ga'; import { QhctHoGasService } from './qhct-ho-gas.service'; export declare class QhctHoGasController implements CrudController<QHCTHoGa> { service: QhctHoGasService; constructor(service: QhctHoGasService); }