initial add
This commit is contained in:
15
Fab2ApprovalSystem/Models/TestModels.cs
Normal file
15
Fab2ApprovalSystem/Models/TestModels.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Fab2ApprovalSystem.Models
|
||||
{
|
||||
public class TestModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public List<string> Countries { get; set; }
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user