Add project files.

This commit is contained in:
2025-06-04 12:59:27 +07:00
parent 7e2c350205
commit 5babe89a83
254 changed files with 72374 additions and 0 deletions

View 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; } = "";
}
}