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