feat: Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.example.nto.service;
|
||||
|
||||
import com.example.nto.controller.dto.EmployeeDto;
|
||||
|
||||
public interface EmployeeService {
|
||||
EmployeeDto getByCode(String code);
|
||||
|
||||
void auth(String code);
|
||||
}
|
||||
Reference in New Issue
Block a user