mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
9 lines
199 B
C#
9 lines
199 B
C#
namespace BTCPayServer.Models.ManageViewModels
|
|
{
|
|
public class RemoveLoginViewModel
|
|
{
|
|
public string LoginProvider { get; set; }
|
|
public string ProviderKey { get; set; }
|
|
}
|
|
}
|