using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.Model.EvaluaTion.Models { public class QuestionBank { public string Source { set; get; } } }