????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/layers/layer.service.d.ts

import { TypeOrmCrudService } from '@dataui/crud-typeorm';
import { Layer } from './entities/layer.entity';
export declare class LayerService extends TypeOrmCrudService<Layer> {
    constructor(repo: any);
}