Beispiel #1
0
 public int Question_Insert(Question data)
 {
     return(obj.Question_Insert(data));
 }