10 lines
216 B
C#
10 lines
216 B
C#
using BMA.EHR.Domain.Models.MetaData;
|
|
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace BMA.EHR.Retirement.Service.Requests
|
|
{
|
|
public class ProfileRequest
|
|
{
|
|
public string ProfileId { get; set; }
|
|
}
|
|
}
|