2014-12-08 02:41:42 +03:00
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace Microsoft.Office365.ReportingWebServiceClient.TenantReport
|
|
|
|
|
{
|
|
|
|
|
[Serializable]
|
2014-12-17 06:23:23 +03:00
|
|
|
|
public class ConnectionbyClientTypeYearly : ConnectionByClientType
|
2014-12-08 02:41:42 +03:00
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|