import { Service, Autowired } from 'koatty';
import { App } from '{{subPath}}/App';

@Service()
export class {{className}} {
  app: App;

  // implement service methods
}
