using System;
using System.Collections.Generic;
using System.Text;
namespace Knoks.Core.Entities
{
public class KnokReferences
public string Url { get; set; }
public string Title { get; set; }
}