123456789101112131415161718192021 |
- namespace Бархатные_бровки_Gebel
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Photo_prouct
- {
- public int ID { get; set; }
- public int ID_product { get; set; }
- public string Path_photo { get; set; }
- }
- }
|