Add Deploy And Receiver Table Structure

This commit is contained in:
Suphonchai Phoonsawat 2023-07-27 10:22:51 +07:00
parent 73407d3e73
commit 70cc95e408
7 changed files with 12358 additions and 8 deletions

View file

@ -272,9 +272,12 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<DeploymentChannel> DeploymentChannels { get; set; }
public DbSet<Command> Commands { get; set; }
public DbSet<CommandDeployment> CommandDeployments { get; set; }
public DbSet<CommandReceiver> CommandReceivers { get; set; }
#endregion
#region " Message Queue "