First Initial
This commit is contained in:
13
Models/rep_eva03/rep_eva03WithSelectionViewModel.cs
Normal file
13
Models/rep_eva03/rep_eva03WithSelectionViewModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace TodoAPI2.Models
|
||||
{
|
||||
public class rep_eva03WithSelectionViewModel: rep_eva03ViewModel
|
||||
{
|
||||
public List<external_linkageViewModel> item_position_type_id { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user