Esempio n. 1
0
 public string ActivarPago(string PagoId)
 {
     return(BLLPagoPortal.ActivarPago(int.Parse(PagoId)));
 }