Tára
This commit is contained in:
parent
0f1ed24631
commit
567c4fe750
|
|
@ -0,0 +1,6 @@
|
|||
namespace FruitBank.Common.Interfaces;
|
||||
|
||||
public interface ITare
|
||||
{
|
||||
double Tare { get; set; }
|
||||
}
|
||||
Loading…
Reference in New Issue