diff --git a/Confectionery/ConfectioneryDataModels/IClientModel.cs b/Confectionery/ConfectioneryDataModels/IClientModel.cs deleted file mode 100644 index ddad9f3..0000000 --- a/Confectionery/ConfectioneryDataModels/IClientModel.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace ConfectioneryDataModels.Models -{ - public interface IClientModel - { - string ClientFIO { get; } - string Email { get; } - string Password { get; } - } -}