示例#1
0
 public void ChangeStatus(Guid userId, ModelStatus status)
 {
     ApplyChange(new StatusChanged(Id, userId, status));
 }