This commit is contained in:
Loretta 2025-10-11 12:53:12 +02:00
commit 9b4099d1e3
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
namespace FruitBank.Common.Interfaces;
public interface ITare
{
double Tare { get; set; }
}