Example #1
0
 public ArrayList ListarRopa()
 {
     CADRopa ropa = new CADRopa();
     return ropa.ListarRopa();
 }