示例#1
0
 public PSBugChangeList(Int32 bugId, PSUpdateAction action = PSUpdateAction.Update)
 {
     BugId      = bugId;
     Action     = action;
     BugChanges = new Dictionary <string, object>(StringComparer.OrdinalIgnoreCase);
 }
示例#2
0
 public PSBugChangeList(Int32 bugId, PSUpdateAction action = PSUpdateAction.Update)
 {
     BugId = bugId;
     Action = action;
     BugChanges = new Dictionary<string, object>(StringComparer.OrdinalIgnoreCase);
 }