10 lines
232 B
C#
10 lines
232 B
C#
namespace Marco.Pms.UtilityApplication
|
|
{
|
|
public class CategoryMaster
|
|
{
|
|
public string CategoryID { get; set; }
|
|
public string Categories { get; set; }
|
|
public string Description { get; set; }
|
|
}
|
|
}
|