mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-05-21 00:16:35 +02:00
Version 3.0.338
This commit is contained in:
parent
573fe77e12
commit
0468955d49
751 changed files with 62747 additions and 60672 deletions
|
@ -2,19 +2,19 @@
|
|||
|
||||
namespace TINK.Model.User.Account
|
||||
{
|
||||
/// <summary> Represents an empty account.</summary>
|
||||
public class EmptyAccount : IAccount
|
||||
{
|
||||
public string Mail => null;
|
||||
/// <summary> Represents an empty account.</summary>
|
||||
public class EmptyAccount : IAccount
|
||||
{
|
||||
public string Mail => null;
|
||||
|
||||
public string Pwd => null;
|
||||
public string Pwd => null;
|
||||
|
||||
public bool IsAgbAcknowledged => false;
|
||||
public bool IsAgbAcknowledged => false;
|
||||
|
||||
public string SessionCookie => null;
|
||||
public string SessionCookie => null;
|
||||
|
||||
public Permissions DebugLevel => Permissions.None;
|
||||
public Permissions DebugLevel => Permissions.None;
|
||||
|
||||
public IEnumerable<string> Group => new List<string>();
|
||||
}
|
||||
public IEnumerable<string> Group => new List<string>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue