-
Notifications
You must be signed in to change notification settings - Fork 2
BudgetEntry
Fintan edited this page Apr 16, 2019
·
10 revisions
BudgetEntry
{
string GlAccountCode;
string GlAccountName;
string Department;
string DepartmentID;
string IsDepartmentActive,
List<PeriodData> Data;
List<DataErrorDTO> ValidationErrors;
bool HasErrors;
}