Files
2025-06-04 14:17:32 +07:00

7 lines
101 B
C#

namespace ManagementApp.AServices.Microsoft365
{
public interface IMicrosoft365
{
}
}