コード例 #1
0
 public List<vImp_Contratos> GetImp_ContratosJson(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return manager.GetImp_Contratos(Cod_Con);
 }
コード例 #2
0
 public string GetImp_Contratos(string Cod_Con)
 {
     manager = new LegalizacionBLL();
     return ByAUtil.convertListToXML(manager.GetImp_Contratos(Cod_Con));
 }