示例#1
0
文件: Biz.cs 项目: devend4a/OnlineMCQ
 public Question AddQuestion(Question obj)
 {
     return(_db.AddQuestion(obj));
 }