예제 #1
0
 public static string GetEP_CAP_JUR(decimal id)
 {
     EstudiosPreviosBL epBLL = new EstudiosPreviosBL();
     return ByAUtil.convertListToXML(epBLL.GetEP_CAP_JUR(id));
 }