Exemple #1
0
 public List <cCliente> Listar()
 {
     //Lista de almacenes
     try
     {
         return(ClienteDA.Listar());
     }
     catch (Exception Ex)
     {
         throw Ex;
     }
 }