Refactor models and add IHasId/IdBasedEqualityComparer

This commit is contained in:
Alexey Golub
2019-12-06 00:17:14 +02:00
parent 23512dae64
commit fc38afe6a0
10 changed files with 34 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
{
// https://discordapp.com/developers/docs/topics/permissions#role-object
public partial class Role
public partial class Role : IHasId
{
public string Id { get; }