Subversion Repositories SmartDukaan

Rev

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;

@Service
public interface SellerService {

        CustomRetailer convertToSeller(String sellerPrefix) throws ProfitMandiBusinessException;
}