Exemplo n.º 1
0
 public int AddQuestion(Question entity)
 {
     return(_questionDal.AddQuestion(entity));
 }