namespace FruitBank.Common.Interfaces;
public interface IMeasuringWeights
{
double NetWeight { get; set; }
double GrossWeight { get; set; }
}