git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C20
This commit is contained in:
parent
2a85cc58a6
commit
f81b6659e7
5 changed files with 29 additions and 16 deletions
|
|
@ -52,7 +52,7 @@ namespace AYA.SlnSinort.WCF
|
|||
BaseJson respuesta = new BaseJson();
|
||||
try
|
||||
{
|
||||
respuesta = new EmisorDAL().InsertarActualizarCliente(model);
|
||||
respuesta = new EmisorDAL().InsertarActualizarEmisor(model);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
@ -62,20 +62,20 @@ namespace AYA.SlnSinort.WCF
|
|||
return respuesta;
|
||||
}
|
||||
|
||||
public BaseJson ModificarEstadoEmisorPN(Emisor model)
|
||||
{
|
||||
BaseJson respuesta = new BaseJson();
|
||||
try
|
||||
{
|
||||
respuesta = new EmisorDAL().ModificarEstadoEmisorPN(model);
|
||||
//public BaseJson ModificarEstadoEmisorPN(Emisor model)
|
||||
//{
|
||||
// BaseJson respuesta = new BaseJson();
|
||||
// try
|
||||
// {
|
||||
// respuesta = new EmisorDAL().ModificarEstadoEmisorPN(model);
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw;
|
||||
}
|
||||
return respuesta;
|
||||
}
|
||||
// }
|
||||
// catch (Exception ex)
|
||||
// {
|
||||
// throw;
|
||||
// }
|
||||
// return respuesta;
|
||||
//}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ var Item = {};
|
|||
|
||||
jQuery(document).ready(function () {
|
||||
|
||||
//GetControlsSettings("Cathay_Ejecutivo", "Cathay_Ejecutivo", "formCatalogo", true);
|
||||
|
||||
getDataModel();
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Encriptar.cs" />
|
||||
<Compile Include="Extensiones.cs" />
|
||||
<Compile Include="ObtieneParametros.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
|
|
|
|||
12
AYA.SlnSynor/Atesa.Utilitarios/Encriptar.cs
Normal file
12
AYA.SlnSynor/Atesa.Utilitarios/Encriptar.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Atesa.Utilitarios
|
||||
{
|
||||
class Encriptar
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue