[WIP] Entities: Add AreaComContract to group area commitments together
All checks were successful
Test / Run tests (push) Successful in 1m50s
All checks were successful
Test / Run tests (push) Successful in 1m50s
This commit is contained in:
@@ -11,7 +11,6 @@ namespace Elwig.ViewModels {
|
||||
public partial class MemberAdminViewModel : ObservableObject {
|
||||
|
||||
public int? TransferPredecessorAreaComs = null;
|
||||
public bool MaintainAreaComYearFrom = false;
|
||||
public int? CancelAreaComs = null;
|
||||
|
||||
public ObservableCollection<KeyValuePair<string, string>> PhoneNrTypes { get; set; } = new(Utils.PhoneNrTypes);
|
||||
|
||||
Reference in New Issue
Block a user