package com.example.demo.service;

import org.springframework.stereotype.Service;

import com.example.demo.common.APIResponse;

@Service
public interface CurrencyService {
	APIResponse getall();
}
