Subversion Repositories SmartDukaan

Rev

Rev 21723 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.repository.dtr;

import org.springframework.stereotype.Repository;

import com.spice.profitmandi.dao.entity.dtr.Click;

@Repository
public interface ClickRepository {
        public void persist(Click click);
}