поправочка x2

This commit is contained in:
malimova 2024-06-02 19:51:49 +04:00
parent 30b7ea8ae1
commit 422c9d6242

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace ConfectioneryDataModels.Models namespace ConfectioneryDataModels.Models
{ {
public interface IClientModel public interface IClientModel : IId
{ {
string ClientFIO { get; } string ClientFIO { get; }
string Email { get; } string Email { get; }