Esempio n. 1
0
 public void Delete(int id)
 {
     try
     {
         Outcomes item = db.Delete <Outcomes>(id);
     }
     catch (Exception e)
     {
     }
 }
Esempio n. 2
0
 public void Delete(int id)
 {
     try
     {
         Perek_Rep_View item = db.Delete <Perek_Rep_View>(id);
     }
     catch (Exception e)
     {
     }
 }
Esempio n. 3
0
 public void Delete(int id)
 {
     try
     {
         Oil_Types item = db.Delete <Oil_Types>(id);
     }
     catch (Exception e)
     {
     }
 }
Esempio n. 4
0
 public void Delete(int id)
 {
     try
     {
         Cat_Werks item = db.Delete <Cat_Werks>(id);
     }
     catch (Exception e)
     {
     }
 }
Esempio n. 5
0
 public void Delete(int id)
 {
     try
     {
         RemainsTanks item = db.Delete <RemainsTanks>(id);
     }
     catch (Exception e)
     {
     }
 }