fix: Change Code
This commit is contained in:
parent
8902080336
commit
89ef146c19
4 changed files with 114 additions and 7 deletions
12
BMA.EHR.Infrastructure/MessageQueue/InsigniaRequestPeriod.cs
Normal file
12
BMA.EHR.Infrastructure/MessageQueue/InsigniaRequestPeriod.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Infrastructure.MessageQueue
|
||||
{
|
||||
public class InsigniaRequestPeriod
|
||||
{
|
||||
public Guid PeriodId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue