CountProduct.cs 110 B

12345678
  1. 
  2. namespace SergechevExam
  3. {
  4. partial class Products
  5. {
  6. public int Count { get; set; }
  7. }
  8. }