Exemplo n.º 1
0
 public async Task <UsersEntity> FindByLoginAsync(string email)
 {
     return(await _userQueries.FindByLoginAsync(email));
 }