o365rwsclient/TenantReport/GroupActivityWeekly.cs

9 строки
174 B
C#

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