Exemplo n.º 1
0
 public StatusItemModel1(int Id, StatusEnum1 State, string Comment)
 {
     this.Id = Id;
     this.State = State;
     this.Comment = Comment;
 }
Exemplo n.º 2
0
 public StatusItemModel1(int Id, StatusEnum1 State, string Comment)
 {
     this.Id      = Id;
     this.State   = State;
     this.Comment = Comment;
 }