예제 #1
0
 public GetReportIdArrayResult GetReportIdArray(GetReportIdArrayArg arg)
 {
     return new GetReportIdArrayResult()
     {
         ReportIdArray = new int[] { 357, 358, 360, 361 }
     };
 }
예제 #2
0
 public GetReportIdArrayResult GetReportIdArray(GetReportIdArrayArg arg)
 {
     return new GetReportIdArrayResult()
     {
         ReportIdArray = new int[] { 357, 358, 360, 361 }
     };
 }