import { AppService } from '@avleon/core';

@AppService
export class {Service} {
  
  sayHello(){
    return "Hello World!";
  }
}
