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