o365rwsclient/TenantReport/MailboxActivityYearly.cs

9 строки
178 B
C#

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