Example #1
0
 public AttemptDetail AddAttemptDetail(AttemptDetail obj)
 {
     return(_db.AddAttemptDetail(obj));
 }