รายงานลัญชี 1-2-3 และรายงาน กพ7

This commit is contained in:
Suphonchai Phoonsawat 2023-05-13 17:37:23 +07:00
parent 1dc973cc73
commit a15f2a1081
16 changed files with 1893 additions and 585 deletions

View file

@ -17,6 +17,7 @@ using BMA.EHR.Report.Service;
using Microsoft.AspNetCore.Mvc.ApiExplorer;
using BMA.EHR.Recruit.Service.Services;
using BMA.EHR.Profile.Service.Services;
using BMA.EHR.Report.Service.Services;
var builder = WebApplication.CreateBuilder(args);
var issuer = builder.Configuration["Jwt:Issuer"];
@ -95,7 +96,8 @@ builder.Services.AddCors(options => options.AddDefaultPolicy(builder =>
// Register Service
builder.Services.AddTransient<RecruitService>();
builder.Services.AddTransient<ProfileService>();
builder.Services.AddTransient<MinIOService>();
builder.Services.AddTransient<MinIOService>();
builder.Services.AddTransient<OrganizationReportService>();
// Add services to the container.
builder.Services.AddControllers(options =>