Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXperience 13.1 Demos/Reporting/CS/ReportService/
Upload File :
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();
    }
}