mirror of
https://github.com/LOBSTERVOVA/Tennis-Site.git
synced 2026-04-17 17:40:49 +03:00
Создал бд, модели, репозитории, сервисы.
Начал верстку главной страницы
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.example.dateplanner.services;
|
||||
|
||||
import com.example.dateplanner.repositories.OrganizationRepository;
|
||||
import lombok.AllArgsConstructor;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
@AllArgsConstructor
|
||||
public class OrganizationService {
|
||||
private final OrganizationRepository organizationRepository;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user