コード例 #1
0
 public static void remove(int ID)
 {
     ProductTypeRepo.remove(ProductTypeRepo.get(ID));
 }