Esempio n. 1
0
 public void DeleteClientSources(int id)
 {
     try
     {
         db.DeleteClientSources(id);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }