11 lines
225 B
Java
11 lines
225 B
Java
package example.service;
|
|
|
|
import example.repo.Customer1065Repository;
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
@Service
|
|
public class Customer1065Service {
|
|
public Customer1065Service(Customer1065Repository repo) {}
|
|
}
|