Vikas Nale 9acb9974a0 Add a WPF project for utility application
- Import Director contact is implemented
2025-07-25 13:05:59 +05:30

9 lines
183 B
C#

namespace Marco.Pms.UtilityApplication
{
public class ProjectMaster
{
public string ProjectID { get; set; }
public string ProjectName { get; set; }
}
}