????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/qhct-ho-gas/
Upload File :
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);
}