Skip to content
Discussion options

You must be logged in to vote
public  bool exists(Guid id)
{
    var portal=ApplicationContext.GetRequiredServices<IDataportal<PersonExistsCommand>>();
var cmd=portal.Create(id);
cmd=portal.Execute(cmd);
return cmd.PersonExists;
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@theafricaninternetgroup
Comment options

@jhuerta3
Comment options

Answer selected by rockfordlhotka
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants