Add project files.
This commit is contained in:
6
ManagementApp/AServices/Microsoft365/IMicrosoft365.cs
Normal file
6
ManagementApp/AServices/Microsoft365/IMicrosoft365.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace ManagementApp.AServices.Microsoft365
|
||||
{
|
||||
public interface IMicrosoft365
|
||||
{
|
||||
}
|
||||
}
|
11
ManagementApp/AServices/Microsoft365/Microsoft365.cs
Normal file
11
ManagementApp/AServices/Microsoft365/Microsoft365.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ManagementApp.AServices.Microsoft365
|
||||
{
|
||||
public class Microsoft365: IMicrosoft365
|
||||
{
|
||||
public Microsoft365()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
11
ManagementApp/AServices/Microsoft365/Microsoft365Options.cs
Normal file
11
ManagementApp/AServices/Microsoft365/Microsoft365Options.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace ManagementApp.AServices.Microsoft365
|
||||
{
|
||||
public class Microsoft365Options
|
||||
{
|
||||
public string TenantID { set; get; } = "";
|
||||
public string ClientID { set; get; } = "";
|
||||
|
||||
public string SecretValue { set; get; } = "";
|
||||
public string SecretID { set; get; } = "";
|
||||
}
|
||||
}
|
6
ManagementApp/AServices/Microsoft365/SharePointOption.cs
Normal file
6
ManagementApp/AServices/Microsoft365/SharePointOption.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace ManagementApp.AServices.Microsoft365
|
||||
{
|
||||
public class SharePointOption
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user