Example #1
0
 public void Save(Question question)
 {
     _repository.Save(question);
 }
 public void Save(Question question)
 {
 }