package com.example.demo.service;


import com.example.demo.common.APIResponse;

public interface NotificationService {

	APIResponse deposite();
}
