Exemple #1
0
 public async Task <Clientes> GetLoginAsync(string Correo, string Password)
 {
     return(await _clienteRepository.GetLoginAsync(Correo, Password));
 }