import { Service , Inject } from "typedi";
import { getRepository } from "typeorm";

@Service()
export class DaoName {

}