15 lines
290 B
C#
15 lines
290 B
C#
|
|
using Microsoft.Analytics.Interfaces;
|
|||
|
|
using Microsoft.Analytics.Interfaces.Streaming;
|
|||
|
|
using Microsoft.Analytics.Types.Sql;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.IO;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace DataReport
|
|||
|
|
{
|
|||
|
|
public class Class1
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|