// IMPORT LIBRARY import { Service } from "@tsed/common"; // IMPORT CUSTOM import { {{classify}} } from "../entity/{{classify}}"; @Service() export class {{classify}}Service { public async function() { } } //END FILE