using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace umbracoAssi_2.Models
{
public class Organization
{
public string OrganizationName { get; set; }
public string OrganizationLocation { get; set; }
public string OrganizationCode { get; set; }
}
}
No comments:
Post a Comment