예제 #1
0
 public Command GetCommandById(int id)
 {
     return(CommandItems.FirstOrDefault(i => i.Id == id));
 }