ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
13 lines (12 loc) • 802 B
TypeScript
import { Observable } from 'rxjs';
import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult';
import { FilterModel } from '../../models/entity/base/filterModel';
import { ContactCategoryModel } from '../../models/entity/contact/contactCategoryModel';
import { ApiCmsServerBase } from '../base/apiCmsServerBase.service';
import * as i0 from "@angular/core";
export declare class ContactCategoryService extends ApiCmsServerBase<ContactCategoryModel, string, FilterModel> {
getModuleControllerUrl(): string;
ServiceMove(OldId: string, NewId: string): Observable<ErrorExceptionResult<ContactCategoryModel>>;
static ɵfac: i0.ɵɵFactoryDeclaration<ContactCategoryService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ContactCategoryService>;
}