Exemple #1
0
 public GetReportResult GetReport(GetReportArg arg)
 {
     return new GetReportResult()
     {
         Report = new FinReport
         {
             ReportID = arg.ReportID,
             Date = new DateTime(2015, 03, 15),
             Info = getReportInfo(arg.ReportID)
         }
     };
 }
 public GetReportResult GetReport(GetReportArg arg)
 {
     return new GetReportResult()
     {
         Report = new FinReport
         {
             ReportID = arg.ReportID,
             Date = new DateTime(2015, 03, 15),
             Info = getReportInfo(arg.ReportID)
         }
     };
 }