pull/1/head
Matt Huntington 5 years ago
parent 56b4f074c9
commit 1b908b7c0d

@ -2,8 +2,6 @@ package com.generalassembly.contacts;
import org.springframework.data.repository.CrudRepository;
import com.generalassembly.contacts.Person;
public interface PersonRepository extends CrudRepository<Person, Integer> {
}

Loading…
Cancel
Save