using ROLAC.API.DTOs.Ministry; namespace ROLAC.API.Services; public interface IMinistryService { Task> GetAllAsync(bool includeInactive); }