9 lines
183 B
C#
9 lines
183 B
C#
namespace Marco.Pms.UtilityApplication
|
|
{
|
|
public class ProjectMaster
|
|
{
|
|
public string ProjectID { get; set; }
|
|
public string ProjectName { get; set; }
|
|
}
|
|
}
|