TestData.cs 238 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. public class TestData
  6. {
  7. public string ProductID { get; set; }
  8. public string ProductName { get; set; }
  9. public string ProductComment { get; set; }
  10. }