refactoring
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
using Accounts;
|
||||
using Currencies;
|
||||
using Motions;
|
||||
using Items;
|
||||
|
||||
public class User
|
||||
{
|
||||
@@ -26,7 +26,7 @@ public class User
|
||||
public CurrencyGlobal? Currency { get; set; }
|
||||
public IEnumerable<Currency>? Currencies { get; set; }
|
||||
public IEnumerable<AccountAccess>? AccountAccess { get; set; }
|
||||
public IEnumerable<AccountMotion>? AccountMotions { get; set; }
|
||||
public IEnumerable<Motion>? AccountMotions { get; set; }
|
||||
public IEnumerable<AccountCategory>? AccountCategories { get; set; }
|
||||
public IEnumerable<MotionCategory>? MotionCategories { get; set; }
|
||||
public IEnumerable<ItemCategory>? ItemCategories { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user