package com.example.nto.service; public interface PhotoService { String uploadProfilePhoto(long id, byte[] photo); }