o365rwsclient/TenantReport/GroupActivityYearly.cs

9 строки
174 B
C#

using System;
namespace Microsoft.Office365.ReportingWebServiceClient.TenantReport
{
[Serializable]
public class GroupActivityYearly : GroupActivity
{
}
}