示例#1
0
 public StatusItemModel1(int Id, StatusEnum1 State, string Comment)
 {
     this.Id = Id;
     this.State = State;
     this.Comment = Comment;
 }
示例#2
0
 public StatusItemModel1(int Id, StatusEnum1 State, string Comment)
 {
     this.Id      = Id;
     this.State   = State;
     this.Comment = Comment;
 }