Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.service;import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;import com.spice.profitmandi.common.model.CustomRetailer;import org.springframework.stereotype.Service;@Servicepublic interface SellerService {CustomRetailer convertToSeller(String sellerPrefix) throws ProfitMandiBusinessException;}