9 строки
187 B
C#
9 строки
187 B
C#
|
using System;
|
|||
|
|
|||
|
namespace Microsoft.Office365.ReportingWebServiceClient.TenantReport
|
|||
|
{
|
|||
|
[Serializable]
|
|||
|
public class SPOTeamSiteDeployedMonthly : SPOTeamSiteDeployed
|
|||
|
{
|
|||
|
}
|
|||
|
}
|