This commit is contained in:
Adam 2025-10-11 11:08:42 +02:00
parent 0f1ed24631
commit 567c4fe750
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; }
}