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