Корректировка имен колонок в АИХ ИТ
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PARR.AIHIT.Context;
|
||||
using PARR.AIHIT.Settings;
|
||||
|
||||
namespace PARR.AIHIT
|
||||
@@ -15,6 +17,11 @@ namespace PARR.AIHIT
|
||||
services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies());
|
||||
|
||||
services.AddTransient<ISyncher, Syncher>();
|
||||
|
||||
//services.AddDbContext <AIHContext> (options =>
|
||||
//{
|
||||
// options.UseSqlServer("server=(10.248.19.97);uid=awhit-ipp-parr;pwd=ET3h$9y1LH#D");
|
||||
//});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user