namespace EgwCoreLib.Lux.Data.Services.Production
{
public interface IProductionBatchService
{
#region Public Methods
///
/// Creazione di un Batch con relativo Tag e info x creazione ODL correlati
///
///
///
Task CreateAsync(ProductionBatchModel entity);
#endregion Public Methods
}
}