namespace FruitBank.Common;
public enum DocumentType : byte
{
NotSet = 0,
Unknown = 5,
ShippingDocument = 10,
OrderForm = 15,
}