You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
using System;
|
|
using System.Collections.Generic;
|
|
using System.Configuration;
|
|
using System.Linq;
|
|
using System.Net;
|
|
using System.Net.Http;
|
|
using System.Web.Http;
|
|
using DOCGEN;
|
|
using Model;
|
|
using Database;
|
|
using Newtonsoft.Json;
|
|
using API_NetFramework.Models;
|
|
using System.Runtime.Remoting.Messaging;
|
|
using System.IO;
|
|
using System.Web;
|
|
using System.Net.Mime;
|
|
using System.Security.Policy;
|
|
using System.Text;
|
|
using Microsoft.AspNetCore.Http.Features;
|
|
using System.Security.Cryptography;
|
|
using System.Net.Http.Headers;
|
|
using SecuringWebApiUsingApiKey.Middleware;
|
|
using DOCGEN.Klassen;
|
|
using CSVNET;
|
|
using System.Data;
|
|
using Helper;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Web.UI.WebControls;
|
|
using edoka_dms;
|
|
using API_NetFramework.Controllers;
|
|
|
|
namespace OnDocAPI_NetFramework.Controllers
|
|
{
|
|
public class VersandstrasseController : ApiController
|
|
{
|
|
string tokenfunction = "Archiv";
|
|
string connectionstring = StringCipher.Decrypt(ConfigurationManager.ConnectionStrings["EDOKAConnectionstring"].ConnectionString, "i%!k!7pab%bNLdA5hE4pkR4XaB%E^jB3d9tHuQ4pbF&BZjF7SB#WBWit5#HrbJiLrLVm");
|
|
|
|
|
|
|
|
}
|
|
}
|