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/IChatRepository.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/IChatRepository.cs')
| -rw-r--r-- | src/Data/DevHive.Data/Interfaces/IChatRepository.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Data/DevHive.Data/Interfaces/IChatRepository.cs b/src/Data/DevHive.Data/Interfaces/IChatRepository.cs deleted file mode 100644 index c4faf54..0000000 --- a/src/Data/DevHive.Data/Interfaces/IChatRepository.cs +++ /dev/null @@ -1,9 +0,0 @@ -using DevHive.Data.Models; -using DevHive.Data.Repositories.Interfaces; - -namespace DevHive.Data.Interfaces -{ - public interface IChatRepository : IRepository<Chat> - { - } -} |
