delete statementId from discipline
This commit is contained in:
parent
a174a10be3
commit
bfa38abc7b
@ -7,7 +7,6 @@ namespace UniversityContracts.BindingModels
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public string Department { get; set; } = String.Empty;
|
||||
public int StatementId { get; set; }
|
||||
public Dictionary<int, IStatementModel> DisciplineStatements { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,6 @@ namespace UniversityContracts.ViewModels
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = String.Empty;
|
||||
public string Department { get; set; } = String.Empty;
|
||||
public int StatementId { get; set; }
|
||||
public Dictionary<int, IStatementModel> DisciplineStatements { get; set; } = new();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user