コード例 #1
0
 public DataTable DameCursosAInscribir(int idPlan, int usrID)
 {
     return(CursoData.GetCursosAInscribir(idPlan, usrID));
 }