backend_srv.ts 72 B

12345678
  1. export class BackendSrvMock {
  2. search: any;
  3. constructor() {
  4. }
  5. }