1

add GruppenService and EventRepository and Event object

This commit is contained in:
killerber4t
2020-03-06 13:28:09 +01:00
parent db3713f955
commit 2ba8176500
5 changed files with 21 additions and 12 deletions

View File

@ -0,0 +1,10 @@
package mops.gruppen2.services;
import mops.gruppen2.repositories.EventRepository;
public class GruppenService {
public GruppenService(EventRepository eventRepository){
}
}