fix: Change Code

This commit is contained in:
Suphonchai Phoonsawat 2024-07-06 12:30:37 +07:00
parent 8902080336
commit 89ef146c19
4 changed files with 114 additions and 7 deletions

View 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; }
}
}