import { CreateServiceOrderDto } from "./create-service-order.dto";

export class UpdateServiceOrderDto extends CreateServiceOrderDto {}
