Sicherung
This commit is contained in:
25
FSI.BT.Tools/Settings/IUrls.cs
Normal file
25
FSI.BT.Tools/Settings/IUrls.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FSI.BT.Tools.Settings
|
||||
{
|
||||
public class Urls
|
||||
{
|
||||
public interface IUrls
|
||||
{
|
||||
string ZentralWeb { get; }
|
||||
string Schichtbuch { get; }
|
||||
string SPS { get; }
|
||||
string Pl1Pls { get; }
|
||||
string Pl2Pls { get; }
|
||||
string Pl2Als { get; }
|
||||
string Pl3Pls { get; }
|
||||
string Gitea { get; }
|
||||
string Wiki { get; }
|
||||
string Erp { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user