예제 #1
0
 public List <ECliente> Todos()
 {
     return(_clienteDal.GetAll());
 }