Esempio n. 1
0
 public Question AddQuestion(Question obj)
 {
     return(_db.AddQuestion(obj));
 }