api เกษียณ
This commit is contained in:
parent
25274562c8
commit
6d655f3f3b
29 changed files with 27484 additions and 46 deletions
10
BMA.EHR.Retirement.Service/Requests/ProfileRequest.cs
Normal file
10
BMA.EHR.Retirement.Service/Requests/ProfileRequest.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class ProfileRequest
|
||||
{
|
||||
public Guid ProfileId { get; set; }
|
||||
}
|
||||
}
|
||||
11
BMA.EHR.Retirement.Service/Requests/ProfileRetireRequest.cs
Normal file
11
BMA.EHR.Retirement.Service/Requests/ProfileRetireRequest.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class ProfileRetireRequest
|
||||
{
|
||||
public Guid RetireProfileId { get; set; }
|
||||
public string Reason { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue