UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

16 lines (15 loc) 1.19 kB
import { Observable } from 'rxjs'; import { EstatePriceInquiryDtoModel } from '../../models/dto/estate/estatePriceInquiryDtoModel'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { ErrorExceptionResultBase } from '../../models/entity/base/errorExceptionResultBase'; import { FilterModel } from '../../models/entity/base/filterModel'; import { EstatePropertyExpertPriceModel } from '../../models/entity/estate/estatePropertyExpertPriceModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class EstatePropertyExpertPriceService extends ApiCmsServerBase<EstatePropertyExpertPriceModel, string, FilterModel> { getModuleControllerUrl(): string; ServicePriceInquiryList(model: EstatePriceInquiryDtoModel): Observable<ErrorExceptionResult<EstatePropertyExpertPriceModel>>; ServicePriceInquiryCalculate(model: EstatePriceInquiryDtoModel): Observable<ErrorExceptionResultBase>; static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyExpertPriceService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<EstatePropertyExpertPriceService>; }