Add Deploy And Receiver Table Structure
This commit is contained in:
parent
73407d3e73
commit
70cc95e408
7 changed files with 12358 additions and 8 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue