18 lines
450 B
C#
18 lines
450 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Web.Http;
|
|
|
|
namespace CompControl.SapFrameworkConnector
|
|
{
|
|
[RoutePrefix("api/gbs")]
|
|
public class GBSApiController
|
|
{
|
|
private static readonly log4net.ILog _log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
|
|
|
//Controller for Custom BAPIs
|
|
}
|
|
}
|