using Nexus.Application.DTOs.Projects; namespace Nexus.Application.Interfaces; public interface IProjectService { Task> GetAllAsync(); }