public BugHistory[] GetBugHistory(int[] bugIds) { GetBugHistoryParam args = new GetBugHistoryParam(); args.ids = bugIds; GetBugHistoryResponse res = Proxy.GetHistory(args); return(res.bugs); }
public BugHistory[] GetBugHistory(int[] bugIds) { GetBugHistoryParam args = new GetBugHistoryParam (); args.ids = bugIds; GetBugHistoryResponse res = Proxy.GetHistory (args); return res.bugs; }