mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Remove deprecated properties
This commit is contained in:
@@ -14,22 +14,10 @@ namespace BTCPayServer.Client.Models
|
||||
|
||||
public class StoreUserData : ApplicationUserData
|
||||
{
|
||||
/// <summary>
|
||||
/// the id of the user
|
||||
/// </summary>
|
||||
[Obsolete("Use Id instead")]
|
||||
public string UserId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// the store role of the user
|
||||
/// </summary>
|
||||
public string StoreRole { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// the store role of the user
|
||||
/// </summary>
|
||||
[Obsolete("Use StoreRole instead")]
|
||||
public string Role { get; set; }
|
||||
}
|
||||
|
||||
public class RoleData
|
||||
|
||||
Reference in New Issue
Block a user