QuestionBank.cs 208 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace TEAMModelOS.Model.EvaluaTion.Models
  5. {
  6. public class QuestionBank
  7. {
  8. public string Source { set; get; }
  9. }
  10. }