Ejemplo n.º 1
0
 private static List<ListShare> GetListShares()
 {
     gData = new DataMethods();
     return gData.ListShare_GetAll();
 }