public void Delete(int id) { try { Daily_Report_15 item = db.Delete <Daily_Report_15>(id); } catch (Exception e) { String.Format("Ошибка выполнения метода Delete(id={0})", id).SaveError(e); } }
public void Delete(int id) { try { SAP_Buffer item = db.Delete <SAP_Buffer>(id); } catch (Exception e) { String.Format("Ошибка выполнения метода Delete(id={0})", id).SaveError(e); } }
public void Delete(int id) { try { Tanks_A92 item = db.Delete <Tanks_A92>(id); } catch (Exception e) { String.Format("Ошибка выполнения метода Delete(id={0})", id).SaveError(e); } }
public void Delete(int id) { try { ReceivingFuel item = db.Delete<ReceivingFuel>(id); } catch (Exception e) { String.Format("Ошибка выполнения метода Delete(id={0})", id).SaveError(e); } }