13 lines
287 B
C#
13 lines
287 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace TodoAPI2.Models
|
|
{
|
|
public class rep_kp7WithSelectionViewModel: rep_kp7ViewModel
|
|
{
|
|
public List<external_employeeViewModel> item_employee_id { get; set; }
|
|
|
|
}
|
|
} |