Update 20250204
This commit is contained in:
20
API_NetFramework - Kopie (2)/Startup.cs
Normal file
20
API_NetFramework - Kopie (2)/Startup.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Owin;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Web;
|
||||
using System.Web.Configuration;
|
||||
|
||||
namespace OnDocAPI_NetFramework
|
||||
{
|
||||
public class Startup
|
||||
{
|
||||
public void Configuration(IAppBuilder app)
|
||||
{
|
||||
var a = 1;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user