10 lines
258 B
C#
10 lines
258 B
C#
|
|
using BMA.EHR.Domain.Models.MetaData;
|
||
|
|
using Microsoft.EntityFrameworkCore;
|
||
|
|
|
||
|
|
namespace BMA.EHR.Placement.Service.Requests
|
||
|
|
{
|
||
|
|
public class PersonSelectPositionAppointmentEmployeeRequest
|
||
|
|
{
|
||
|
|
public Guid? OrganizationEmployeeId { get; set; }
|
||
|
|
}
|
||
|
|
}
|