コード例 #1
0
 public static void doDeleteProductType(int id)
 {
     ProductTypeRepo.Delete(id);
 }