Files
bizmatch-project/bizmatch-server/src/account/account.service.ts
2024-02-29 10:23:41 -06:00

5 lines
91 B
TypeScript

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