Ejemplo n.º 1
0
 public FieldsForBug()
 {
     priority = new Priority();
     assignee = new Assignee();
     project = new Project();
     issuetype = new IssueType();
     customfield_11410 = new ArrivalType();
 }
Ejemplo n.º 2
0
 public Evt_EntityArriving(int entityId, ArrivalType arrivalType) : base(entityId)
 {
     this.arrivalType = arrivalType;
 }