ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
15 lines (14 loc) • 1.06 kB
TypeScript
import { EstatePropertyHistoryModel } from '../../models/entity/estate/estatePropertyHistoryModel';
import { EstatePropertyHistoryFilterModel } from '../../models/filters/estate/estatePropertyHistoryFilterModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import { CoreUserModel } from '../../models/entity/core-main/coreUserModel';
import * as i0 from "@angular/core";
export declare class EstatePropertyHistoryService extends ApiCmsServerBase<EstatePropertyHistoryModel, string, EstatePropertyHistoryFilterModel> {
getModuleControllerUrl(): string;
ServiceGetAllResponsibleUserId(id: string, model: FilterModel): Observable<ErrorExceptionResult<CoreUserModel>>;
static ɵfac: i0.ɵɵFactoryDeclaration<EstatePropertyHistoryService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<EstatePropertyHistoryService>;
}