namespace GozareshgirProgramManager.Application.Interfaces; public interface IBoardNotificationService { Task SendProjectAssignedAsync(); }