Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d0fe839

Browse files
IUserEmailer
1 parent 75b83b6 commit d0fe839

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
using AspnetRun.Core.Entities;
2+
using System;
3+
using System.Collections.Generic;
4+
using System.Text;
5+
6+
namespace AspnetRun.Application.Notification
7+
{
8+
public interface IUserEmailer
9+
{
10+
void IssueAssigned(User user, Issue issue);
11+
void AddedIssueComment(User user, Issue issue, IssueComment comment);
12+
}
13+
}

‎src/AspnetRun.Application/Services/IssueAppService.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using AspnetRun.Application.Dtos.Issue;
22
using AspnetRun.Application.Interfaces;
3+
using AspnetRun.Application.Validation;
34
using AspnetRun.Core.Entities;
45
using AspnetRun.Core.Interfaces;
56
using System;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /