14 lines
388 B
C#
14 lines
388 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace TodoAPI2.Models
|
|
{
|
|
public class search_employeeWithSelectionViewModel: search_employeeViewModel
|
|
{
|
|
public List<eva_evaluation_groupEntity> item_eva_evaluation_group_id { get; set; }
|
|
public List<external_linkageViewModel> item_org_id { get; set; }
|
|
|
|
}
|
|
} |