コード例 #1
0
 public static void DeleteMethod(IDatabaseConnection database, int amount)
 {
     database.Delete(amount);
 }