namespace AVSCartonShipmentVerifier.Repositories;
public enum CartonVerificationStatus
{
NotFound,
PendingTransfer,
AlreadyTransferred
}