Ejemplo n.º 1
0
 public bool Delete(int _id)
 {
     return(_efQuestionDal.DeleteQuestion(_id));
 }