айдишки исполнителя

This commit is contained in:
Галина Федоренко 2024-04-27 20:00:42 +04:00
parent b21f5b85ad
commit 7a8104aed0
3 changed files with 3 additions and 0 deletions

View File

@ -10,5 +10,6 @@ namespace LawFimDataModels.Models
string CaseType { get; } string CaseType { get; }
DateTime DateCreate { get; } DateTime DateCreate { get; }
DateTime? DateImplement { get; } DateTime? DateImplement { get; }
public int ExecutorId { get; }
} }
} }

View File

@ -5,5 +5,6 @@
string FIO { get; } string FIO { get; }
string Phone { get; } string Phone { get; }
string Email { get; } string Email { get; }
public int ExecutorId { get; }
} }
} }

View File

@ -5,5 +5,6 @@
Dictionary<int, IClientModel> VisitClients { get; } Dictionary<int, IClientModel> VisitClients { get; }
DateTime VisitDate { get; } DateTime VisitDate { get; }
int HearingId { get; } int HearingId { get; }
public int ExecutorId { get; }
} }
} }