Exemple #1
0
 public QuestionAnswerController(IKB_QAService context)
 {
     _db = context;
 }
 public EditQAsController(IKB_QAService context)
 {
     _db = context;
 }