mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
Refactor models and add IHasId/IdBasedEqualityComparer
This commit is contained in:
7
DiscordChatExporter.Core.Models/IHasId.cs
Normal file
7
DiscordChatExporter.Core.Models/IHasId.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace DiscordChatExporter.Core.Models
|
||||
{
|
||||
public interface IHasId
|
||||
{
|
||||
string Id { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user