Ejemplo n.º 1
0
 void Delete(PlugLocation plugLoc)
 {
     using (PlugLocationFactory factory = PlugLocationFactory.GetInstance())
     {
         factory.Context = this.FactoryContext;
         factory.InternalDelete(plugLoc);
     }
 }