Mercurial > silverbladetech
comparison SSRS/SSRS.Services.DTOs/ReportsResponse.cs @ 112:b9d5f934cb21
Initial upload
author | adminsh@apollo |
---|---|
date | Sat, 19 May 2012 16:09:07 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
111:6cb8cd05ad6b | 112:b9d5f934cb21 |
---|---|
1 using System.Collections.Generic; | |
2 using System.Runtime.Serialization; | |
3 | |
4 namespace SSRS.Services.DTOs | |
5 { | |
6 [DataContract] | |
7 public class ReportsResponse | |
8 { | |
9 [DataMember] | |
10 public List<ReportInfo> Result { get; set; } | |
11 } | |
12 } |