// IMPORT LIBRARY
import { JsonProperty } from "@tsed/common";

// IMPORT CUSTOM
import { {{classify}} } from '../entity/{{classify}}';

export class {{classifyRaw}} {
    // Transform to draw entity
    to{{classify}}(): {{classify}} {
        let {{camel}} = new {{classify}}()

        return {{camel}}
    }

    // PROPERTIES

} // END FILE
