package com.example.autopartz.service; import com.example.autopartz.model.Repair; public interface RepairService { Repair findById(Integer id); }