Exemple #1
0
 public async Task <IList <Clientes> > ListarTodos()
 {
     return(await clientesDao.ListarTodos());
 }