Ejemplo n.º 1
0
 public List <PlugLocation> LoadAll()
 {
     using (PlugLocationFactory factory = PlugLocationFactory.GetInstance())
     {
         factory.Context = this.FactoryContext;
         return(factory.InternalLoadAll());
     }
 }