package com.proekt.Service; import com.proekt.model.Vraboten.Vraboten; public interface EmployeeService{ public Vraboten delete(String id); }