软著申请修改
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Server.Kestrel.Core;
|
||||
using System.Configuration;
|
||||
@ -88,7 +87,6 @@ namespace WebApi
|
||||
builder.Services.AddScoped<IWarningService, WarningService>();
|
||||
builder.Services.AddScoped<IInOutRecordService, InOutRecordService>();
|
||||
builder.Services.AddScoped<IUploadService, UploadService>();
|
||||
|
||||
builder.Services.AddScoped<ISingleLightService, SingleLightService>();
|
||||
builder.Services.AddScoped<IMXL4Service, MXL4Service>();
|
||||
|
||||
|
Reference in New Issue
Block a user