|  | namespace Brizco.Domain.Dtos.SmallDtos;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | public class SectionSDto :  BaseDto<SectionSDto, Section>
 | 
						
						
						
							|  | {
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     public string Name { get; internal set; } = string.Empty;
 | 
						
						
						
							|  |     public string Description { get; internal set; } = string.Empty;
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  |     public Guid ComplexId { get; set; }
 | 
						
						
						
							|  | } |