Ejemplo n.º 1
0
 public void Delete(string id)
 {
     try
     {
         _persist.Delete(id);
     }
     catch (Exception)
     {
         // Ignored
     }
 }