From 567c4fe750fc3fdec41a3030ca32731d0aaf5c3b Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 11 Oct 2025 11:08:42 +0200 Subject: [PATCH] =?UTF-8?q?T=C3=A1ra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FruitBank.Common/Interfaces/ITare.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 FruitBank.Common/Interfaces/ITare.cs diff --git a/FruitBank.Common/Interfaces/ITare.cs b/FruitBank.Common/Interfaces/ITare.cs new file mode 100644 index 0000000..2825306 --- /dev/null +++ b/FruitBank.Common/Interfaces/ITare.cs @@ -0,0 +1,6 @@ +namespace FruitBank.Common.Interfaces; + +public interface ITare +{ + double Tare { get; set; } +} \ No newline at end of file