using InABox.Core; namespace Comal.Classes { [UserTracking(typeof(StockMovement))] public class StockMovementBatchDocument : EntityDocument, ILicense, IManyToMany { } }