Ejemplo n.º 1
0
 public bool ProposalExists(Guid proposalID)
 {
     return(_proposalRepository.ProposalExists(proposalID));
 }