Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportService/ |
Current File : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportService/IDemoService.cs |
using System.ServiceModel; namespace ReportSilverlightDemo { [ServiceContract] public interface IDemoService { [OperationContract] string[] GetChartAppearanceInfo(); } }