manipulate slots
This commit is contained in:
@ -5,7 +5,7 @@ import java.util.List;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import de.jottyfan.bico.modules.sheet.model.SheetBean;
|
||||
import de.jottyfan.bico.db.tables.records.VCalendarRecord;
|
||||
|
||||
/**
|
||||
*
|
||||
@ -18,7 +18,7 @@ public class SheetService {
|
||||
@Autowired
|
||||
private SheetRepository repository;
|
||||
|
||||
public List<SheetBean> getList() {
|
||||
public List<VCalendarRecord> getList() {
|
||||
return repository.getList();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user