исполнитель айди

This commit is contained in:
Софья Якобчук 2024-05-01 14:00:07 +04:00
parent f0c9e40194
commit dda1172394
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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