using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Eyepax.Test.Model
{
public class TestRow
{
public int DepID { get; set; }
public string DepartmentName { get; set; }
}
}