feat: continued to implement SharedApiService (if linter fails i don't understand)
This commit is contained in:
@ -83,4 +83,8 @@ public class SectionCell {
|
||||
public Project getProjectSectionCell() {
|
||||
return projectSectionCell;
|
||||
}
|
||||
|
||||
public List<Appointment> getAppointmentSectionCell() {
|
||||
return appointment;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user