public CategoryAddOrUpdateResponseDto(ArchitectureCheckList.Models.Category entity) : base(entity) { }
public CategoryDto(ArchitectureCheckList.Models.Category entity) { this.Id = entity.Id; this.Name = entity.Name; }