aboutsummaryrefslogtreecommitdiffstats
path: root/ransim/ransimctrlr/RANSIM-CTRLR/src/main/java/org/onap/ransim/rest/api/repository/SliceProfileRepository.java
blob: 717160a923ee68add432e2b721e99dc2c3910a3a (plain)
1
2
3
4
5
6
7
8
9
package org.onap.ransim.rest.api.repository;

import org.onap.ransim.rest.api.models.SliceProfile;
import org.springframework.data.repository.CrudRepository;

public interface SliceProfileRepository extends CrudRepository <SliceProfile,String>{

}