|
1234567891011121314 |
- namespace Karsha_Site.Application.Services.About.Queries.GetAbout
- {
- public class GetAboutDto
- {
- public int ID { get; set; }
- public string Title { get; set; }
- public string Description { get; set; }
- public int? PostiCode { get; set; }
- public int? PostiSandogh { get; set; }
- public string Email { get; set; }
- public string Instagram { get; set; }
-
- }
- }
|