18 lines
407 B
18 lines
407 B
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
using AMESCoreStudio.WebApi.Models.AMES;
|
|
using AMESCoreStudio.WebApi.Models.BAS;
|
|
using AMESCoreStudio.WebApi.DTO.AMES;
|
|
|
|
namespace AMESCoreStudio.Web.ViewModels
|
|
{
|
|
public class REP001ViewModel
|
|
{
|
|
public NgInfo ngInfo { get; set; }
|
|
|
|
public NgComponent ngComponent { get; set; }
|
|
|
|
}
|
|
}
|
|
|