示例#1
0
 public void RemoveVolue(string volumeId)
 {
     Volumes.RemoveAll(v => v.Id == volumeId);
 }