コード例 #1
0
 public static IList<vCALCULOPOL> GetCALCULOPOL()
 {
     EstudiosPreviosBL ep = new EstudiosPreviosBL();
     IList<vCALCULOPOL> lEp = ep.GetCALCULOPOL();
     return lEp;
     //return ByAUtil.convertListToXML(lEp);
 }