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