示例#1
0
 public List <in_transferencia_det_Info> ObtenerDetalle(int IdEmpresa, int IdSucursal, int IdBodega, decimal IdTransferencia)
 {
     try
     {
         return(oData_Transferencia.Get_List_transferencia_det(IdEmpresa, IdSucursal, IdBodega, IdTransferencia));
     }
     catch (Exception ex)
     {
         Core.Erp.Info.Log_Exception.LoggingManager.Logger.Log(Core.Erp.Info.Log_Exception.LoggingCategory.Error, ex.Message);
         throw new Core.Erp.Info.Log_Exception.DalException(string.Format("", "ObtenerDetalle", ex.Message), ex)
               {
                   EntityType = typeof(in_transferencia_bus)
               };
     }
 }