เพิ่ม service ระบบออกคำสั่ง (not complete)

This commit is contained in:
Suphonchai Phoonsawat 2023-07-13 15:03:29 +07:00
parent 90b4705234
commit b99d7e759b
15 changed files with 23495 additions and 115 deletions

View file

@ -1,5 +1,4 @@
using BMA.EHR.Application.Common.Interfaces;
using BMA.EHR.Domain.Models.Commands;
using BMA.EHR.Domain.Models.Documents;
using BMA.EHR.Domain.Models.HR;
using BMA.EHR.Domain.Models.MetaData;
@ -9,6 +8,8 @@ using BMA.EHR.Domain.Models.Organizations;
using BMA.EHR.Domain.Models.Organizations.Report2;
using BMA.EHR.Domain.Models.Placement;
using Microsoft.EntityFrameworkCore;
using BMA.EHR.Domain.Models.Commands.Core;
using BMA.EHR.Domain.Models.Commands;
namespace BMA.EHR.Infrastructure.Persistence
{
@ -261,8 +262,17 @@ namespace BMA.EHR.Infrastructure.Persistence
#region " Command "
public DbSet<CommandStatus> CommandStatuses { get; set; }
public DbSet<CommandType> CommandTypes { get; set; }
public DbSet<CommandDocument> CommandDocuments { get; set; }
public DbSet<DeploymentChannel> DeploymentChannels { get; set; }
public DbSet<PlacementCommand> PlacementCommands { get; set; }
#endregion
#region " Message Queue "