6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
import { Injectable } from "@nestjs/common";
|
|
|
|
@Injectable()
|
|
export class ContractService {
|
|
|
|
} |