package com.plannaplan.services; import com.plannaplan.repositories.UnavailabilityRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class UnavailabilityService { @Autowired private UnavailabilityRepository repos; }