リポジトリサービス作成
This commit is contained in:
parent
274292c389
commit
7793ecdb1e
@ -0,0 +1,7 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { DataSource, EntityManager } from 'typeorm';
|
||||
|
||||
@Injectable()
|
||||
export class TermsRepositoryService {
|
||||
constructor(private dataSource: DataSource) {}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user