targo-backend/src/customer-support/devices/device.service.ts

6 lines
95 B
TypeScript

import { Injectable } from "@nestjs/common";
@Injectable()
export class DeviceService {
}