6 lines
147 B
C#
6 lines
147 B
C#
namespace GozareshgirProgramManager.Application.Interfaces;
|
|
|
|
public interface IBoardNotificationService
|
|
{
|
|
Task SendProjectAssignedAsync();
|
|
} |