айдишки исполнителя
This commit is contained in:
parent
b21f5b85ad
commit
7a8104aed0
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user