refactoring
This commit is contained in:
@@ -9,7 +9,7 @@ public class Account
|
||||
public CurrencyGlobal? CurrencyGlobal { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public IEnumerable<AccountAccess>? AccessRights { get; set; }
|
||||
public IEnumerable<AccountMotion>? Motions { get; set; }
|
||||
public IEnumerable<Motion>? Motions { get; set; }
|
||||
public IEnumerable<AccountAccountCategory>? Categories { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user