10 lines
No EOL
212 B
Java
10 lines
No EOL
212 B
Java
package com.example.authentication;
|
|
|
|
import org.springframework.stereotype.Repository;
|
|
|
|
@Repository
|
|
public class Sau02f220uRepository {
|
|
public void save(Sau02f220uDto dto) {
|
|
// Save logic here
|
|
}
|
|
} |