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