All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.admin.bulkdataupload.repositories.UserDetailsRepository Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.admin.bulkdataupload.repositories;

import org.springframework.stereotype.Repository;

import io.mosip.admin.bulkdataupload.entity.UserDetails;
import io.mosip.kernel.core.dataaccess.spi.repository.BaseRepository;

@Repository
public interface UserDetailsRepository extends BaseRepository {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy