Esempio n. 1
0
 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);
     }
 }
Esempio n. 2
0
 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);
     }
 }
Esempio n. 3
0
 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);
     }
 }
Esempio n. 4
0
 public void Delete(int id)
 {
     try
     {
         ReceivingFuel item = db.Delete<ReceivingFuel>(id);
     }
     catch (Exception e)
     {
         String.Format("Ошибка выполнения метода Delete(id={0})", id).SaveError(e);
     }
 }