bizmatch-project/bizmatch-server/src/account/account.service.ts

5 lines
91 B
TypeScript

import { Injectable } from '@nestjs/common';
@Injectable()
export class AccountService {}