using FruitBank.Common.Enums;
namespace FruitBank.Common.Interfaces;
public interface IMeasurableStatus
{
MeasuringStatus MeasuringStatus { get; }
}