operation-notice.service.ts 144 B

12345678910
  1. import { Injectable } from '@angular/core';
  2. @Injectable({
  3. providedIn: 'root'
  4. })
  5. export class OperationNoticeService {
  6. constructor() { }
  7. }