예제 #1
0
파일: Biz.cs 프로젝트: devend4a/OnlineMCQ
 public Question AddQuestion(Question obj)
 {
     return(_db.AddQuestion(obj));
 }