forked from Olympic/NTO-2025-Backend-TeamTask
feat: Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.example.nto.service.impl;
|
||||
|
||||
import com.example.nto.service.EmployeeService;
|
||||
|
||||
/**
|
||||
* TODO: ДОРАБОТАТЬ в рамках задания
|
||||
* =================================
|
||||
* МОЖНО: Добавлять методы, аннотации, зависимости
|
||||
* НЕЛЬЗЯ: Изменять название класса и пакета
|
||||
*/
|
||||
public class EmployeeServiceImpl implements EmployeeService {
|
||||
}
|
||||
Reference in New Issue
Block a user