Commit 62d278e7 authored by Carol Lewandowski's avatar Carol Lewandowski
Browse files

fix: remove UserTypeRepository

Showing with 0 additions and 10 deletions
+0 -10
package ages.luckydraw.repository;
import ages.luckydraw.model.UserType;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.UUID;
@Repository
public interface UserTypeRepository extends JpaRepository<UserType, UUID> {
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment