初始化
This commit is contained in:
13
Face.Web/Areas/App/Models/ProgramViewModel.cs
Normal file
13
Face.Web/Areas/App/Models/ProgramViewModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Face.Web.Areas.App.Models
|
||||
{
|
||||
public class ProgramViewModel
|
||||
{
|
||||
public string ProgramPath { get; set; }
|
||||
public string ProgramName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user