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