change WhiteList -> CleintPair

This commit is contained in:
Stanley Dimant
2022-06-21 14:26:28 +02:00
parent 9fa6517486
commit 3fe6c9df15
4 changed files with 49 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
namespace MareSynchronos.API
{
public class WhitelistDto
public class ClientPairDto
{
public string OtherUID { get; set; }
public bool IsPaused { get; set; }