Merge branch 'main' of https://git.aycode.com/Adam/FruitBankHybridApp
This commit is contained in:
commit
9b4099d1e3
|
|
@ -0,0 +1,6 @@
|
|||
namespace FruitBank.Common.Interfaces;
|
||||
|
||||
public interface ITare
|
||||
{
|
||||
double Tare { get; set; }
|
||||
}
|
||||
Loading…
Reference in New Issue