コード例 #1
0
 public void DeleteUNDetailedItemMasterPrice(UNSectorDetailedItemPrice itm)
 {
     try
     {
         mbc.DeleteUNDetailedItemMasterPrice(itm);
     }
     catch (Exception ex)
     {
         throw ex;
     }
     finally { }
 }