mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-16 01:25:36 -05:00
8 lines
108 B
C#
8 lines
108 B
C#
namespace FeedCenter.Accounts;
|
|
|
|
public enum AccountReadResult
|
|
{
|
|
Success,
|
|
NotDue,
|
|
NotEnabled
|
|
} |