source: src/main/java/com/example/kvizko/repository/NajangazhiranikorisniciRepository.java@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 339 bytes
Line 
1package com.example.kvizko.repository;
2
3import com.example.kvizko.models.views.Najangazhiranikorisnici;
4import org.springframework.data.jpa.repository.JpaRepository;
5import org.springframework.stereotype.Repository;
6
7@Repository
8public interface NajangazhiranikorisniciRepository extends JpaRepository<Najangazhiranikorisnici, String> {
9}
Note: See TracBrowser for help on using the repository browser.