mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Start cleaning up account types
This commit is contained in:
8
Application/Accounts/AccountReadResult.cs
Normal file
8
Application/Accounts/AccountReadResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace FeedCenter.Accounts;
|
||||
|
||||
public enum AccountReadResult
|
||||
{
|
||||
Success,
|
||||
NotDue,
|
||||
NotEnabled
|
||||
}
|
||||
Reference in New Issue
Block a user