chore: add update and delete for services and category and ads

This commit is contained in:
mahyargdz
2025-03-04 12:41:27 +03:30
parent 98734aee9d
commit ea184c643b
9 changed files with 144 additions and 31 deletions
@@ -0,0 +1,5 @@
import { PartialType } from "@nestjs/swagger";
import { CreateServiceDto } from "./create-service.dto";
export class UpdateServiceDto extends PartialType(CreateServiceDto) {}