UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

13 lines (12 loc) 856 B
import { Observable } from 'rxjs'; import { ErrorExceptionResult } from '../../models/entity/base/errorExceptionResult'; import { FilterModel } from '../../models/entity/base/filterModel'; import { NewsShareServerCategoryModel } from '../../models/entity/news/newsShareServerCategoryModel'; import { ApiCmsServerBase } from '../base/apiCmsServerBase.service'; import * as i0 from "@angular/core"; export declare class NewsShareServerCategoryService extends ApiCmsServerBase<NewsShareServerCategoryModel, number, FilterModel> { getModuleControllerUrl(): string; ServiceGetAllOtherSite(model: FilterModel): Observable<ErrorExceptionResult<NewsShareServerCategoryModel>>; static ɵfac: i0.ɵɵFactoryDeclaration<NewsShareServerCategoryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NewsShareServerCategoryService>; }