lab-8 preparing for pr p.2

This commit is contained in:
Zakharov_Rostislav 2024-05-24 22:22:01 +04:00
parent 0fc39002bc
commit 9b1e885c8c

View File

@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace BlacksmithWorkshopDataModels.Models
{
public interface IImplementerModel : IId
{
{
string ImplementerFIO { get; }
string Password { get; }
int WorkExperience { get; }