WEB most jól működik Datatables-sel.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
using Serilog;
|
||||
using WorkFlowCheck.Web.Services;
|
||||
using WorkFlowCheck.Web.Services.Interfaces;
|
||||
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
Log.Logger = new LoggerConfiguration()
|
||||
@@ -7,10 +10,9 @@ Log.Logger = new LoggerConfiguration()
|
||||
|
||||
builder.Services.AddMemoryCache();
|
||||
builder.Services.AddHttpContextAccessor();
|
||||
builder.Services.AddHttpClient();
|
||||
|
||||
|
||||
|
||||
|
||||
builder.Services.AddScoped<IBaseStockService, BaseStockService>();
|
||||
|
||||
builder.Host.UseSerilog();
|
||||
// Add services to the container.
|
||||
|
||||
Reference in New Issue
Block a user