Ejemplo n.º 1
0
 public ProposalDTO GetUserProposal(int idUser, int idConferinta)
 {
     return(_proposalService.GetUserProposal(idUser, idConferinta));
 }