Files
hrm_eva/Models/eva_adjust_postponement/eva_adjust_postponementWithSelectionViewModel.cs
Nakorn Rientrakrunchai 8b98125e49 First Initial
2020-02-20 15:02:39 +07:00

14 lines
407 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TodoAPI2.Models
{
public class eva_adjust_postponementWithSelectionViewModel: eva_adjust_postponementViewModel
{
public List<eva_create_evaluationEntity> item_create_evaluation_id { get; set; }
public List<external_employeeViewModel> item_managed_by { get; set; }
}
}