Фикс модели исполнителя

This commit is contained in:
Никита Потапов 2024-04-20 13:45:48 +04:00
parent 72f55c5027
commit 198259830e

View File

@ -1,6 +1,6 @@
namespace SecuritySystemDataModels.Models namespace SecuritySystemDataModels.Models
{ {
public interface IImplementerModel public interface IImplementerModel : IId
{ {
string ImplementerFIO { get; } string ImplementerFIO { get; }
string Password { get; } string Password { get; }