Exemple #1
0
 public Status()
 {
     this.id = "";
     this.name = "";
     this.description = "";
     this.statusCategory = new StatusCategory();
 }
Exemple #2
0
 public Status()
 {
     this.id             = "";
     this.name           = "";
     this.description    = "";
     this.statusCategory = new StatusCategory();
 }