Mercurial > silverbladetech
comparison SSRS/SSRS.Services/ReportExecution.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; | 1 using System; |
2 using System.Security.Principal; | 2 using System.Security.Principal; |
3 using SSRS.Services.DTOs; | 3 using SSRS.Services.DTO; |
4 using SSRS.Services.ReportExecutionServiceReference; | 4 using SSRS.Services.ReportExecutionServiceReference; |
5 using ServiceStack.ServiceHost; | 5 using ServiceStack.ServiceHost; |
6 | 6 |
7 namespace SSRS.Services | 7 namespace SSRS.Services |
8 { | 8 { |