7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
import { Service , Inject } from "typedi";
|
|
import { getRepository } from "typeorm";
|
|
|
|
@Service()
|
|
export class DaoName {
|
|
|
|
} |