mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-06 18:41:12 +01:00
7 lines
105 B
C#
7 lines
105 B
C#
|
namespace BTCPayServer.Client;
|
|||
|
|
|||
|
public class LockUserRequest
|
|||
|
{
|
|||
|
public bool Locked { get; set; }
|
|||
|
}
|