git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C62
This commit is contained in:
parent
40f87624b0
commit
02fc5441c5
1 changed files with 15 additions and 0 deletions
|
|
@ -190,6 +190,21 @@ namespace AYA.SlnSinort.WCF
|
|||
}
|
||||
return respuesta;
|
||||
}
|
||||
|
||||
public Usuario BuscarUsuario(CatalogosPostJSON model)
|
||||
{
|
||||
Usuario respuesta = null;
|
||||
try
|
||||
{
|
||||
respuesta = new UsuarioDAL().BuscarUsuario(model);
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.Error(ex);
|
||||
}
|
||||
return respuesta;
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue