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