migrate to new git
This commit is contained in:
26
web/App_Code/Model/ViewModel/country.cs
Normal file
26
web/App_Code/Model/ViewModel/country.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Model.ViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Summary description for country
|
||||
/// </summary>
|
||||
public class country
|
||||
{
|
||||
public country()
|
||||
{
|
||||
//
|
||||
// TODO: Add constructor logic here
|
||||
//
|
||||
|
||||
}
|
||||
|
||||
public string ID { get; set; }
|
||||
public string keyword { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user