Searched refs:ScheduleService (Results 1 – 3 of 3) sorted by relevance
22 import { ScheduleService } from "../schedule/schedule.service";28 providers: [ BuildService, ScheduleService ],36 private scheduleService: ScheduleService,
25 import { ScheduleService } from './schedule.service';32 providers: [ ScheduleService ],63 constructor(private scheduleService: ScheduleService,
29 export class ScheduleService extends ServiceBase { class