BE/src/oracle/manage-fee/manage-fee.service.ts

5 lines
93 B
TypeScript
Raw Normal View History

2025-03-25 17:10:33 +05:30
import { Injectable } from '@nestjs/common';
@Injectable()
export class ManageFeeService {}