ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
10 lines (9 loc) • 658 B
TypeScript
import { EstateAccountAgencyModel } from '../../models/entity/estate/estateAccountAgencyModel';
import { EstateAccountAgencyFilterModel } from '../../models/filters/estate/estateAccountAgencyFilterModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class EstateAccountAgencyService extends ApiCmsServerBase<EstateAccountAgencyModel, string, EstateAccountAgencyFilterModel> {
getModuleControllerUrl(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<EstateAccountAgencyService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<EstateAccountAgencyService>;
}