Mercurial > silverbladetech
comparison SSRS/SSRS.Services/ReportsService.cs @ 114:e51a6af1c98d
working version
author | adminsh@apollo |
---|---|
date | Sat, 19 May 2012 16:53:34 +0100 |
parents | b9d5f934cb21 |
children |
comparison
equal
deleted
inserted
replaced
113:954f66bb8dbf | 114:e51a6af1c98d |
---|---|
1 using System.Collections.Concurrent; | 1 using System.Collections.Concurrent; |
2 using System.Linq; | 2 using System.Linq; |
3 using System.Security.Principal; | 3 using System.Security.Principal; |
4 using System.Threading.Tasks; | 4 using System.Threading.Tasks; |
5 using SSRS.Services.DTOs; | 5 using SSRS.Services.DTO; |
6 using SSRS.Services.ReportServiceReference; | 6 using SSRS.Services.ReportServiceReference; |
7 using ServiceStack.ServiceInterface; | 7 using ServiceStack.ServiceInterface; |
8 | 8 |
9 namespace SSRS.Services | 9 namespace SSRS.Services |
10 { | 10 { |