9a111d2b8a
- spostato SUppliers - creato order/OrderRow x acquisti - migratoin + update DB
17 lines
779 B
C#
17 lines
779 B
C#
global using EgwCoreLib.Lux.Core.RestPayload;
|
|
global using EgwCoreLib.Lux.Data.Data.DbModel.Admin;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Catalog;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Config;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Cost;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Items;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Job;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Production;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Sales;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Stats;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Stock;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Supplier;
|
|
global using EgwCoreLib.Lux.Data.DbModel.Utils;
|
|
global using Microsoft.EntityFrameworkCore;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Newtonsoft.Json;
|
|
global using NLog; |