forked from yuezhongxin/MessageManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MessageManager.Domain.DomainService 调整
- Loading branch information
1 parent
96f7a1b
commit 2484932
Showing
8 changed files
with
22 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
MessageManager.Domain/DomainService/DeleteMessageService.cs
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
MessageManager.Domain/DomainService/ISendMessageService.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* author:xishuai | ||
* address:https://www.github.com/yuezhongxin/MessageManager | ||
**/ | ||
|
||
using MessageManager.Domain.Entity; | ||
namespace MessageManager.Domain.DomainService | ||
{ | ||
public interface ISendMessageService | ||
{ | ||
bool SendMessage(Message message, User sendUser, User receiveUser); | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
MessageManager.Domain/DomainService/ReplyMessageService.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters