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