view SSRS/SSRS.Services.DTO/ReportsResponse.cs @ 114:e51a6af1c98d

working version
author adminsh@apollo
date Sat, 19 May 2012 16:53:34 +0100
parents 954f66bb8dbf
children
line wrap: on
line source

using System.Collections.Generic;

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