* Added ItemCustPriceAll entity

This commit is contained in:
2025-08-22 07:13:47 +02:00
parent 8c646d4bc7
commit 764ba68f56
8 changed files with 293 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ builder.Services.AddScoped<ICustomerService, CustomerService>();
builder.Services.AddScoped<ICustomerTpService, CustomerTpService>();
builder.Services.AddScoped<IItemService, ItemService>();
builder.Services.AddScoped<IVatCodeAssociationService, VatCodeAssociationService>();
builder.Services.AddScoped<IItemCustPriceAllService, ItemCustPriceAllService>();
builder.Services.AddHostedService<TimedHostedService>();