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