package com.example.nto.service; import com.example.nto.entity.Code; public interface CodeService { Code getCode(Code code); }