view SSRS/SSRS.Services.DTO/ReportsResponse.cs @ 120:48c389520e5d

initial commit
author stevenh7776
date Thu, 31 May 2012 14:12:43 +0100
parents e51a6af1c98d
children
line wrap: on
line source

using System.Collections.Generic;

namespace SSRS.Services.DTO
{
    public class ReportsResponse
    {
        public IList<ReportInfo> Result { get; set; }
    }
}