phx-node
Version:
PHX NODE
10 lines (9 loc) • 530 B
TypeScript
import { PHXGrpcClientSystemService } from "../grpc-client/grpc-client-system.service";
export declare class PHXSchoolMonthSystemService {
private readonly grpcClientSystemService;
constructor(grpcClientSystemService: PHXGrpcClientSystemService);
private readonly logger;
getListCurrentSchoolMonth(hostname: string): Promise<any>;
getCurrentSchoolMonthBySchoolId(hostname: string, schoolId: number): Promise<any>;
getSchoolMonthItemByDate(hostname: string, date: string, schoolId: number): Promise<any>;
}