Example #1
0
 public static QuestionEntity Get(int id)
 {
     //TODO: check cache & cache
     return(QuestionData.Get(id));
 }