Ejemplo n.º 1
0
 public Attempt AddAttempt(Attempt obj)
 {
     return(_db.AddAttempt(obj));
 }