Beispiel #1
0
 public List <string> MostrarClientes()
 {
     return(repo.MostrarClientes());
 }