Beispiel #1
0
 public void Remove(Guid g)
 {
     try
     {
         xs.Delete(g);
     }
     catch (Exception)
     {
         throw;
     }
 }