コード例 #1
0
 public void RemoveRebound(DbAttackRebound rebound)
 {
     myDbConnection.Delete(rebound);
 }
コード例 #2
0
 public void AddRebound(DbAttackRebound rebound)
 {
     myDbConnection.Insert(rebound);
 }