View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.web.controller;import org.springframework.stereotype.Repository;import com.spice.profitmandi.dao.entity.catalog.StateGstRate;@Repositorypublic interface TaxationRepository {public void persist(StateGstRate stateGstRate);}