diff options
| author | transtrike <transtrike@gmail.com> | 2021-02-19 22:26:18 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-02-19 22:26:18 +0200 |
| commit | 1d2f0ea1665b6eb2d9cc3334841318a39ab41e0e (patch) | |
| tree | 3bbfced6792eef0fdfc11dc25ee68374ac5c1e6a /src/Data/DevHive.Data/Interfaces/IMessageRepository.cs | |
| parent | 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d (diff) | |
| download | DevHive-1d2f0ea1665b6eb2d9cc3334841318a39ab41e0e.tar DevHive-1d2f0ea1665b6eb2d9cc3334841318a39ab41e0e.tar.gz DevHive-1d2f0ea1665b6eb2d9cc3334841318a39ab41e0e.zip | |
Revert "initial implementation of message layer"
This reverts commit 1ff5502483c5ee8bab1ef0a70f61e18f6ba2399d.
Diffstat (limited to 'src/Data/DevHive.Data/Interfaces/IMessageRepository.cs')
| -rw-r--r-- | src/Data/DevHive.Data/Interfaces/IMessageRepository.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IMessageRepository.cs b/src/Data/DevHive.Data/Interfaces/IMessageRepository.cs deleted file mode 100644 index f694bc0..0000000 --- a/src/Data/DevHive.Data/Interfaces/IMessageRepository.cs +++ /dev/null @@ -1,10 +0,0 @@ -using DevHive.Data.Models; -using DevHive.Data.Repositories.Interfaces; - -namespace DevHive.Data.Interfaces -{ - public interface IMessageRepository : IRepository<Message> - { - - } -} |
