UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

13 lines (12 loc) 802 B
import { Observable } from 'rxjs'; import { ArticleCategoryModel } from '../../models/entity/article/articleCategoryModel'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import { FilterModel } from '../../models/entity/base/filterModel'; import * as i0 from "@angular/core"; export declare class ArticleCategoryService extends ApiCmsServerBase<ArticleCategoryModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceMove(OldId: number, NewId: number): Observable<ErrorExceptionResult<ArticleCategoryModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<ArticleCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ArticleCategoryService>; }