????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/log-cay-xanhs/log-cay-xanhs.service.d.ts

import { TypeOrmCrudService } from '@dataui/crud-typeorm';
import { LogCayXanh } from './entities/log-cay-xanh.entity';
import { HTCayXanhsService } from '../ht-cay-xanhs/ht-xanhs.service';
export declare class LogCayXanhsService extends TypeOrmCrudService<LogCayXanh> {
    private htCayXanhService;
    constructor(repo: any, htCayXanhService: HTCayXanhsService);
    getLogVersions(id: number): Promise<{
        new: LogCayXanh;
        old: LogCayXanh;
    }>;
}