You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- namespace Karsha_Site.Application.Services.Costomers.Queries.GetCustomers
- {
- public class GetAboutAddressDto
- {
- public int ID { get; set; }
- public int Code { get; set; }
- public string FullName { get; set; }
- public string Link { get; set; }
- public string Address { get; set; }
- public string Image { get; set; }
-
- }
- }
|